Back to Devexpress

IdxScaleFactor Interface

vcl-cxgeometry-02cc10e7.md

latest934 B
Original Source

IdxScaleFactor Interface

Exposes the scaling factor of a scalable component.

Declaration

delphi
IdxScaleFactor = interface(IInterface)

Remarks

All DPI-aware DevExpress forms and controls implement this interface to obtain a scaling factor corresponding to the current monitor DPI value. Implement the IdxScaleFactor interface in a custom control class to make it compatible with scalable DevExpress components (that is, provide the custom control with the capability to extract and update its scaling factor by calling the GetScaleFactor function).

Inheritance

IInterface IdxScaleFactor

See Also

IdxScaleFactor Members

cxGeometry Unit