TextViewerTouchAction Method

Called by the touch input handler class, which recognizes touch events.

Definition

Namespace: BeeMobile.TextViewer
Assembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
C#
public void TouchAction(
	TouchEventType e,
	int beginX,
	int beginY,
	int endX,
	int endY
)

Parameters

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.

Implements

ITouchable.TouchAction(TouchEventType, Int32, Int32, Int32, Int32)

See Also