IdxScaleFactor.GetScaleFactor Method
In This Article
Returns the scaling factor currently applied to a scalable component and its content.
#Declaration
Delphi
function GetScaleFactor: TdxScaleFactor;
#Returns
Type |
---|
Tdx |
#Remarks
Normally, the DPI-aware control’s GetScaleFactor function implementation obtains the current scaling factor from the control’s owner. DPI-aware forms calculate their scaling factors using the current and default DPI values.
The GetScaleFactor function is the Value property’s getter.
See Also