C# Class TouchHook.RotateGestureEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: andyhebear/Touch_Hook Class Usage Examples

Méthodes publiques

Свойство Type Description
initialRotation double
ptCenter TouchHook.POINT
rotation double
state GestureState

Property Details

initialRotation public_oe property

public double initialRotation
Résultat double

ptCenter public_oe property

public POINT,TouchHook ptCenter
Résultat TouchHook.POINT

rotation public_oe property

public double rotation
Résultat double

state public_oe property

public GestureState state
Résultat GestureState