C# Class TouchHook.RotateGestureEventArgs

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

Public Properties

Property Type Description
initialRotation double
ptCenter TouchHook.POINT
rotation double
state GestureState

Property Details

initialRotation public property

public double initialRotation
return double

ptCenter public property

public POINT,TouchHook ptCenter
return TouchHook.POINT

rotation public property

public double rotation
return double

state public property

public GestureState state
return GestureState