Overload List
Name | Description | |
---|---|---|
GetPosition(UIElement) |
Returns the position of the gesture's starting point relative to a given UIElement.
(Inherited from C1GestureEventArgs.) |
|
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.
|
|
GetPosition(UIElement, Int32) |
Returns the position of either of the two touch points (0 or 1) relative to
the UIElement provided.
|