TouchEventArgs.GetTouchPoint(IInputElement) Metodo

Definizione

Restituisce la posizione corrente del dispositivo virtuale rispetto 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.

Valori restituiti

Posizione corrente del dispositivo virtuale rispetto all'elemento specificato.

Si applica a