Overload List

  Name Description
Public method GetPosition(UIElement)
Returns the position of the gesture's starting point relative to a given UIElement.
(Inherited from C1GestureEventArgs.)
Public method GetPosition(UIElement, Double)
Gets the relative position between the two touch point. 0 gives you the first point whereas 1 gives you the second one. 0.5 gives you the point in the middle between both touch points.
Public method GetPosition(UIElement, Int32)
Returns the position of either of the two touch points (0 or 1) relative to the UIElement provided.

See Also