Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxSourceSize Interface

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

#Declaration

Delphi
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