TouchEventArgs.GetTouchPoint(IInputElement) Método

Definición

Devuelve la posición actual del dispositivo táctil con respecto al elemento especificado.

public:
 System::Windows::Input::TouchPoint ^ GetTouchPoint(System::Windows::IInputElement ^ relativeTo);
public System.Windows.Input.TouchPoint GetTouchPoint (System.Windows.IInputElement relativeTo);
member this.GetTouchPoint : System.Windows.IInputElement -> System.Windows.Input.TouchPoint
Public Function GetTouchPoint (relativeTo As IInputElement) As TouchPoint

Parámetros

relativeTo
IInputElement

Elemento que define el espacio de coordenadas.

Devoluciones

Posición actual del dispositivo táctil con respecto al elemento especificado.

Se aplica a