TextViewerTouchAction Method
Called by the touch input handler class, which recognizes touch events.
Namespace: BeeMobile.TextViewerAssembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
public void TouchAction(
TouchEventType e,
int beginX,
int beginY,
int endX,
int endY
)
Public Sub TouchAction (
e As TouchEventType,
beginX As Integer,
beginY As Integer,
endX As Integer,
endY As Integer
)
- e TouchEventType
- The type of the touch event.
- beginX Int32
- The starting x coordinate od the touch action.
- beginY Int32
- The starting y coordinate of the touch action.
- endX Int32
- The finishing x coordinate of the touch action.
- endY Int32
- The finishing y coordinate of the touch action.
ITouchable.TouchAction(TouchEventType, Int32, Int32, Int32, Int32)