Skip to main content

IdxSourceSize Interface

Exposes the function returning the content-independent dimensions of an image container.

Declaration

IdxSourceSize = interface(IInterface)

Remarks

All image containers that can scale without affecting the stored image must implement this interface to inform the controls of their actual size. Implement the IdxSourceSize interface in a TGraphic class descendant to provide DevExpress controls with information for calculating the image container’s on-screen dimensions (GetSourceSize).

The TdxSmartImage class and its descendants implement the IdxSourceSize interface.

Inheritance

IInterface
IdxSourceSize
See Also