次の方法で共有


PointerEventArgs.GetIntermediateTransformedPoints メソッド

定義

アプリケーション定義変換によって変換された最後のポインター イベント以降の最後の 64 個のポインター位置のポインター データを取得します。

public:
 virtual IVector<PointerPoint ^> ^ GetIntermediateTransformedPoints(IPointerPointTransform ^ transform) = GetIntermediateTransformedPoints;
IVector<PointerPoint> GetIntermediateTransformedPoints(IPointerPointTransform const& transform);
public IList<PointerPoint> GetIntermediateTransformedPoints(IPointerPointTransform transform);
function getIntermediateTransformedPoints(transform)
Public Function GetIntermediateTransformedPoints (transform As IPointerPointTransform) As IList(Of PointerPoint)

パラメーター

transform
IPointerPointTransform

アプリケーション定義変換。

戻り値

アプリケーション定義の変換が失敗した場合は、変換されたポインター データのコレクションまたは空のコレクション。

適用対象