TdxPNGImage Class
A Smart Image container designed to store PNG images.
Declaration
TdxPNGImage = class(
TdxSmartImage
)
Remarks
This class implements the format-specific SaveToStream procedure.
Normally, you do not need to create instances of the TdxPNGImage class, since it is currently used only to ensure backward compatibility with previous versions of DevExpress controls. Use the TdxSmartImage class instead.
Inheritance
See Also