dxSystemScaleFactor Method
In This Article
Returns the scale factor corresponding to the current system DPI.
#Declaration
Delphi
function dxSystemScaleFactor: TdxScaleFactor;
#Returns
Type |
---|
Tdx |
#Remarks
This function calculates the scale factor as the ratio between the dxGetSystemDPI function result and the dxDefaultDPI global constant.
See Also