ITransformGesture Interface |
Namespace: TouchScript.Gestures.TransformGestures
public interface ITransformGesture
The ITransformGesture type exposes the following members.
| Name | Description | |
|---|---|---|
| DeltaPosition |
Gets delta position between this frame and the last frame in world coordinates.
This value is only available during Transformed or StateChanged events.
| |
| DeltaRotation |
Gets delta rotation between this frame and last frame in degrees.
This value is only available during Transformed or StateChanged events.
| |
| DeltaScale |
Contains local delta scale when gesture is recognized.
Value is between 0 and +infinity, where 1 is no scale, 0.5 is scaled in half, 2 scaled twice.
This value is only available during Transformed or StateChanged events.
| |
| RotationAxis |
Gets rotation axis of the gesture in world coordinates.
| |
| TransformMask |
Contains transform operations which happened this frame.
|
| Name | Description | |
|---|---|---|
| TransformCompleted |
Occurs when gesture finishes.
| |
| Transformed |
Occurs when gesture data updates.
| |
| TransformStarted |
Occurs when gesture starts.
|