ImageEn, unit iesettings

TIEGlobalSettings.SystemDpiY

TIEGlobalSettings.SystemDpiY


Declaration

property SystemDpiY: integer;


Description

Returns the Y value of the System DPI.

Read-Only


Example

x := IEGlobalSettings().SystemDpiX;
y := IEGlobalSettings().SystemDpiY;