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