The DualGestureEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | GestureOrigin |
Gets the origin of the gesture in screen coordinates.
(Inherited from GestureEventArgs.) |
![]() | GestureOrigin2 |
Gets the original position of the second touch point in screen coordinates.
|
![]() | PreviousTouchPosition |
Gets the previous touch position in screen coordinates.
(Inherited from MovingGestureEventArgs.) |
![]() | PreviousTouchPosition2 |
Gets the previous position of the second touch point in screen coordinates.
|
![]() | TouchPosition |
Gets the current touch position in screen coordinates.
(Inherited from MovingGestureEventArgs.) |
![]() | TouchPosition2 |
Gets the current position of the second touch point in screen coordinates.
|