The PinchGestureEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetMidPoint |
Returns the center point between the current touch points relative to the given UIElement.
|
![]() | GetPosition(UIElement) |
Returns the current touch position relative to the given UIElement.
(Inherited from MovingGestureEventArgs.) |
![]() | GetPosition(UIElement, Point) |
Returns the given screen position relative to the given UIElement.
(Inherited from GestureEventArgs.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Angle |
Gets the current angle between the touch points.
|
![]() | DeltaScale |
Gets the scale factor between the current touch points and the previous touch points.
|
![]() | Distance |
Gets the current distance between the touch points.
|
![]() | 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.
(Inherited from DualGestureEventArgs.) |
![]() | MidPoint |
Gets the center point between the current touch points relative to the 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.
(Inherited from DualGestureEventArgs.) |
![]() | Scale |
Gets the total scale factor between the current touch points and the original touch points.
|
![]() | TotalAngleDelta |
Gets the total difference between the current angle and the original angle of the touch points.
|
![]() | 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.
(Inherited from DualGestureEventArgs.) |