The DualGestureEventArgs type exposes the following members.
 Methods
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.) | 
|  | 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
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.
             | 





