TouchDevice.GetTouchPoint(IInputElement) Metodo

Definizione

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

Valori restituiti

Posizione corrente del dispositivo virtuale rispetto all'elemento specificato.

Si applica a