Skip to main content
A newer version of this page is available. .

TdxSmartImage Class

A universal container designed to store images in various formats.

Declaration

TdxSmartImage = class(
    TdxGPImage
)

Remarks

A Smart Image container provides a unified approach for loading storing, converting, and managing images in various graphical formats, including:

  • Simple bitmaps (BMP);

  • Graphics Interchange Format (GIF) images with animation support;

  • Joint Photographic Experts Group (JPG, JPEG, etc.) images;

  • Portable Network Graphics (PNG) images;

  • Tagged Image File Format (TIFF) images;

  • Scalable Vector Graphics (SVG) images.

The TdxSmartGlyph and TdxOfficeImage classes extend the Smart Image container with the functionality specific for using images in UI elements and documents, respectively. For detailed information on the core functionality provided by DevExpress Smart Image containers, refer to the TdxGPImage and TdxCustomSmartImage class descriptions.

See Also