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

TdxBMPImage Class

A Smart Image container designed to store BMP images.

Declaration

TdxBMPImage = class(
    TdxSmartImage
)

Remarks

This class implements the format-specific SaveToStream procedure.

Normally, you do not need to create instances of the TdxBMPImage class, since it is currently used only to ensure backward compatibility with previous versions of DevExpress controls. Use the TdxSmartImage class instead.

See Also