dxGetSystemDPI Method
In This Article
Returns the system DPI value.
#Declaration
Delphi
function dxGetSystemDPI: Integer;
#Returns
Type |
---|
Integer |
#Remarks
Call this global function to obtain the number of pixels per logical inch along the screen height that the operating system uses as the base DPI value. To obtain the scale factor corresponding to this DPI, call the dxSystemScaleFactor function instead.
See Also