Class Point
A touch point
public class Point
- Inheritance
-
Point
Constructors
Point()
public Point()
Properties
Event
Gets or sets the Event type.
public Event Event { get; set; }
Property Value
X
Gets or sets X
public int X { get; set; }
Property Value
Y
Gets or sets Y
public int Y { get; set; }