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

會定義座標空間的項目。

傳回

最後兩次觸控事件期間收集到的所有觸控點。

適用於