TouchEventArgs.GetTouchPoint(IInputElement) Méthode

Définition

Retourne la position actuelle du périphérique tactile relatif à l'élément spécifié.

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

Paramètres

relativeTo
IInputElement

Élément qui définit l'espace de coordonnées.

Retours

Position actuelle du périphérique tactile relatif à l'élément spécifié.

S’applique à