The DeviceInfos type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| HorizontalResolution |
Width, in pixels, of the screen or device.
| |
| HorizontalSize |
Width, in millimeters, of the physical screen or device.
| |
| LogicalDpiX |
Number of pixels per logical inch along the screen or device width.
| |
| LogicalDpiY |
Number of pixels per logical inch along the screen or device height.
| |
| PhysicalDpiX |
Number of pixels per physical inch along the screen or device width.
| |
| PhysicalDpiY |
Number of pixels per physical inch along the screen or device height.
| |
| ScaleX |
The ratio of LogicalDpiX and PhysicalDpiX.
| |
| ScaleY |
The ratio of LogicalDpiY and PhysicalDpiY.
| |
| VerticalResolution |
Height, in pixels, of the screen or device.
| |
| VerticalSize |
Height, in millimeters, of the physical screen or device.
|
See Also