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

用于定义坐标空间的元素。

返回

触摸设备相对于指定元素的当前位置。

适用于