CoreWindow.PointerPosition 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 client coordinates of the pointer.
public:
property Point PointerPosition { Point get(); void set(Point value); };
Point PointerPosition();
void PointerPosition(Point value);
public Point PointerPosition { get; set; }
var point = coreWindow.pointerPosition;
coreWindow.pointerPosition = point;
Public Property PointerPosition As Point
Property Value
The position of the pointer in device-independent pixel (DIP).
Remarks
You cannot read the pointer position with this API when the lock screen is present.