[]
Provides data for touch events.
public class TouchEventArgs : EventArgs
| Name | Description |
|---|---|
| TouchEventArgs(int, int) | Initializes a new instance of a TouchEventArgs. |
| Name | Description |
|---|---|
| X | Gets the contact's X coordinate, in pixels. |
| Y | Gets the contact's Y coordinate, in pixels. |