TouchEventArgs.GetTouchPoint(IInputElement) Metodo

Definizione

Restituisce la posizione corrente del dispositivo a tocco relativa all'elemento specificato.

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

Parametri

relativeTo
IInputElement

Elemento che definisce lo spazio delle coordinate.

Restituisce

Posizione corrente del dispositivo a tocco relativa all'elemento specificato.

Si applica a