logicalDpiXlogicalDpiY
LogicalDpiX and LogicalDpiY are properties in the Windows Graphics Device Interface (GDI) that represent the horizontal and vertical resolution of a device's display in dots per inch (dpi). These properties are used to determine the scaling factor for graphical elements, ensuring that they appear correctly on the display. The logical dpi is a logical representation of the display's resolution, which may differ from the actual physical dpi due to scaling settings or the nature of the display device.
The logical dpi is typically set by the system or application and can be queried using the
The logical dpi can be changed by the user or application, which can affect the appearance of
In summary, LogicalDpiX and LogicalDpiY are properties in the Windows GDI that represent the horizontal and