PointerDevice.PhysicalDeviceRect 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 coordinates of the bounding rectangle supported by the input device.
public:
property Rect PhysicalDeviceRect { Rect get(); };
Rect PhysicalDeviceRect();
public Rect PhysicalDeviceRect { get; }
var rect = pointerDevice.physicalDeviceRect;
Public ReadOnly Property PhysicalDeviceRect As Rect
Property Value
The bounding rectangle at 96 dots per inch (dpi).