Class TapEventArgs
Event data for Tap event
public class TapEventArgs : EventArgs
- Inheritance
-
TapEventArgs
- Inherited Members
Constructors
TapEventArgs(PointF)
Initialize Tap event args
public TapEventArgs(PointF location)
Parameters
location
PointF
Properties
Location
Cursor position on tap event (Scene coordinates)
public PointF Location { get; }