ICorePointerInputSource.PointerPosition Property

Definition

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.

Applies to