PointerEventArgs.CurrentPoint 属性

定义

获取最后一个指针事件的指针数据。

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

属性值

有关指针的状态和屏幕位置的信息。

适用于