TouchDevice.GetIntermediateTouchPoints(IInputElement) 方法

定义

在派生类中重写时,返回在最近触摸事件与上一个触摸事件之间收集到的所有触点。

public:
 abstract System::Windows::Input::TouchPointCollection ^ GetIntermediateTouchPoints(System::Windows::IInputElement ^ relativeTo);
public abstract System.Windows.Input.TouchPointCollection GetIntermediateTouchPoints (System.Windows.IInputElement relativeTo);
abstract member GetIntermediateTouchPoints : System.Windows.IInputElement -> System.Windows.Input.TouchPointCollection
Public MustOverride Function GetIntermediateTouchPoints (relativeTo As IInputElement) As TouchPointCollection

参数

relativeTo
IInputElement

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

返回

在最近触摸事件与上一个触摸事件之间收集到的所有触点。

适用于