ICoreWindow.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.
Specifies a property that gets the position of the pointer.
public:
property Point PointerPosition { Point get(); };
Point PointerPosition();
public Point PointerPosition { get; }
var point = iCoreWindow.pointerPosition;
Public ReadOnly Property PointerPosition As Point
Property Value
The current position of the cursor in device-independent pixels (DIPs).