PointerDevice.PhysicalDeviceRect Property

Definition

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

Applies to

See also