次の方法で共有


PointerEventArgs.CurrentPoint プロパティ

定義

最後のポインター イベントのポインター データを取得します。

public:
 property PointerPoint ^ CurrentPoint { PointerPoint ^ get(); };
PointerPoint CurrentPoint();
public PointerPoint CurrentPoint { get; }
var pointerPoint = pointerEventArgs.currentPoint;
Public ReadOnly Property CurrentPoint As PointerPoint

プロパティ値

ポインターの状態と画面の位置に関する情報。

適用対象