TouchDevice.GetTouchPoint(IInputElement) Metodo

Definizione

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

public:
 abstract System::Windows::Input::TouchPoint ^ GetTouchPoint(System::Windows::IInputElement ^ relativeTo);
public abstract System.Windows.Input.TouchPoint GetTouchPoint (System.Windows.IInputElement relativeTo);
abstract member GetTouchPoint : System.Windows.IInputElement -> System.Windows.Input.TouchPoint
Public MustOverride 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