C# Class TouchHook.TwoFingerTapGestureEventArgs

Inheritance: EventArgs
Mostrar archivo Open project: andyhebear/Touch_Hook Class Usage Examples

Public Properties

Property Type Description
distance int
ptCenter TouchHook.POINT
state GestureState

Property Details

distance public_oe property

public int distance
return int

ptCenter public_oe property

public POINT,TouchHook ptCenter
return TouchHook.POINT

state public_oe property

public GestureState state
return GestureState