PointerEventArgs.GetIntermediatePoints メソッド

定義

最後のポインター イベント以降の最後の 64 個までのポインター位置のポインター データを取得します。

public:
 virtual IVector<PointerPoint ^> ^ GetIntermediatePoints() = GetIntermediatePoints;
IVector<PointerPoint> GetIntermediatePoints();
public IList<PointerPoint> GetIntermediatePoints();
function getIntermediatePoints()
Public Function GetIntermediatePoints () As IList(Of PointerPoint)

戻り値

各ポインターのデータ。

適用対象