PointerMoveEventArgs.MouseCoordinate Property

Definition

Gets the coordinates of the pointer.

public:
 property Point MouseCoordinate { Point get(); };
Point MouseCoordinate();
public Point MouseCoordinate { get; }
var point = pointerMoveEventArgs.mouseCoordinate;
Public ReadOnly Property MouseCoordinate As Point

Property Value

The coordinates of the pointer.

Applies to