Skip to main content

TdxSmartImage Class

A universal container designed to store images in different formats.

Declaration

TdxSmartImage = class(
    TdxGPImage
)

Remarks

The TdxSmartImage class implements a universal image container with support for the following formats:

  • Device-independent bitmap (BMP or DIB)
  • Graphics Interchange Format (GIF) with support for animation
  • Joint Photographic Experts Group (JPG, JPEG, etc.)
  • Portable Network Graphics (PNG)
  • Tagged Image File Format (TIFF)
  • Scalable Vector Graphics (SVG)

Main API Members

The list below outlines key members of the TdxSmartImage class that allow you to load and manage images in all supported formats.

Direct TdxSmartImage Class References

The following public API members reference a TdxSmartImage object:

TdxTileControlCustomStyle.Texture
Specifies a tile control element’s background image.
TdxTileControlActionBarItem.Glyph
Specifies the action bar item’s image.
See Also