[]
Returns a point in document coordinates from the position of a touch event.
public Point GetPointFromTouchEvent(UIElement root, TouchEventArgs touchEvents)
| Type | Name | Description |
|---|---|---|
| UIElement | root | The root used as coordinate reference. |
| TouchEventArgs | touchEvents | A TouchEventArgs to get positions from. |
| Type | Description |
|---|---|
| Point | A point in document coordinates. |