TouchEventArgs.GetTouchPoint(IInputElement) メソッド

定義

指定された要素に対する相対的なタッチ デバイスの現在の位置を返します。

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

パラメーター

relativeTo
IInputElement

座標空間を定義する要素。

戻り値

指定された要素に対する相対的なタッチ デバイスの現在の位置。

適用対象