ICorePointerInputSource.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 current position of the pointer in screen coordinates.
public:
property Point PointerPosition { Point get(); };
Point PointerPosition();
public Point PointerPosition { get; }
var point = iCorePointerInputSource.pointerPosition;
Public ReadOnly Property PointerPosition As Point
Property Value
The current position of the pointer, in screen coordinates.