IdxScaleFactor.GetScaleFactor Method
Returns the scaling factor currently applied to a scalable component and its content.
Declaration
function GetScaleFactor: TdxScaleFactor;
Returns
Type |
---|
TdxScaleFactor |
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