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

座標空間を定義する要素。

戻り値

最新のタッチ イベントと前回のタッチ イベントの間に収集されたすべてのタッチ ポイント。

適用対象