TouchEventArgs.GetIntermediateTouchPoints(IInputElement) 方法

定义

返回在最近和以前的触摸事件之间收集的所有触摸点。

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

参数

relativeTo
IInputElement

定义坐标空间的元素。

返回

在最近和以前的触摸事件之间收集的所有触摸点。

适用于