TouchEventArgs.GetIntermediateTouchPoints(IInputElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回最後兩次觸控事件期間收集到的所有觸控點。
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
會定義座標空間的項目。
傳回
最後兩次觸控事件期間收集到的所有觸控點。