PointerDevice.ScreenRect 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 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).