PointerDevice.ScreenRect Property

Definition

Gets the screen coordinates that are mapped to the bounding rectangle supported by the input device.

public:
 property Rect ScreenRect { Rect get(); };
Rect ScreenRect();
public Rect ScreenRect { get; }
var rect = pointerDevice.screenRect;
Public ReadOnly Property ScreenRect As Rect

Property Value

The screen coordinates, in device-independent pixel (DIP).

Applies to

See also