'Declaration
Public Function GetPointFromTouchEvent( _ ByVal root As UIElement, _ ByVal touchEvents As TouchEventArgs _ ) As Point
public Point GetPointFromTouchEvent( UIElement root, TouchEventArgs touchEvents )
Parameters
- root
- The root used as coordinate reference.
- touchEvents
- A System.Windows.Input.TouchEventArgs to get positions from.
Return Value
A point in document coordinates.