Class TouchEventArgs
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Contains all the arguments of a vdtouchMove event.
public class TouchEventArgs
- Inheritance
-
TouchEventArgs
- Inherited Members
Properties
- Cancel
When set to true, all the default functionality of the event is not executed.
- NumTouchs
The number of touches the user has performed on the device's screen.
- Pos1
Gets the point in pixel coordinates relative to the upper left corner of the drawing area, of the user's touch event.
- Pos2
Gets the point in pixel coordinates relative to the upper left corner of the drawing area, of the user's touch event for the second finger. If no second finger was used, it returns null.
- PrevPos1
Gets the point in pixel coordinates relative to the upper left corner of the drawing area, of the user's previous touch event. Returns null if there is none.
- PrevPos2
Gets the point in pixel coordinates relative to the upper left corner of the drawing area, of the user's previous touch event for the second finger. If no second finger was used, it returns null.