C# Class TouchHook.RotateGestureEventArgs

Inheritance: EventArgs
ファイルを表示 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_oe property

public double initialRotation
return double

ptCenter public_oe property

public POINT,TouchHook ptCenter
return TouchHook.POINT

rotation public_oe property

public double rotation
return double

state public_oe property

public GestureState state
return GestureState