PointerMoveEventArgs.MouseCoordinate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.