C# Class TouchHook.TwoFingerTapGestureEventArgs

Inheritance: EventArgs
Show file Open project: andyhebear/Touch_Hook Class Usage Examples

Public Properties

Property Type Description
distance int
ptCenter TouchHook.POINT
state GestureState

Property Details

distance public property

public int distance
return int

ptCenter public property

public POINT,TouchHook ptCenter
return TouchHook.POINT

state public property

public GestureState state
return GestureState