共用方式為


PointerEventArgs.CurrentPoint 屬性

定義

取得最後一個指標事件的指標資料。

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

屬性值

指標狀態和螢幕位置的相關資訊。

適用於