CoreWindow.PointerPosition Property

Gets the client coordinates of the pointer.

Syntax

public:
property Point PointerPosition {
         Point get (); 
}  

Property value

Type: Point 

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.

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreWindow Class

CoreWindow Members

Windows.UI.Core Namespace