CoreIndependentInputSource.PointerPosition Property

Definition

Gets the client coordinates of the pointer.

public:
 property Point PointerPosition { Point get(); };
Point PointerPosition();
public Point PointerPosition { get; }
var point = coreIndependentInputSource.pointerPosition;
Public ReadOnly Property PointerPosition As Point

Property Value

The position of the pointer in device-independent pixel (DIP).

Implements

Applies to