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

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

戻り値

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

適用対象