Back to Devexpress

TdxBMPImage Class

vcl-dxgdiplusclasses-864ca0f7.md

latest1.5 KB
Original Source

TdxBMPImage Class

A Smart Image container designed to store BMP images.

Declaration

delphi
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.

Inheritance

TObject TPersistent TInterfacedPersistent TGraphic TdxCustomSmartImage TdxGPImage TdxSmartImage TdxBMPImage

See Also

TdxGIFImage

TdxJPEGImage

TdxPNGImage

TdxSVGImage

TdxTIFFImage

TdxBMPImage Members

dxGDIPlusClasses Unit