Skip to main content

TdxCustomSmartImage Class

The base class for all classes that implement Smart Image containers.

Declaration

TdxCustomSmartImage = class(
    TGraphic
)

Remarks

This class implements the core functionality required by the universal DevExpress image container (Smart Image container, for short) providing a unified approach to loading, storing, and managing images in various graphical formats.

The TdxCustomSmartImage class implements the following members that allow you to:

You do not need to create instances of the TdxCustomSmartImage class. Use its descendants instead.

Inheritance

See Also