PointerEventArgs.CurrentPoint Property

Definition

Gets the pointer data of the last pointer event.

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

Property Value

Information about the state and screen position of the pointer.

Applies to