Skip to main content

TdxSVGImage Class

A Smart Image container designed to store SVG images.

Declaration

TdxSVGImage = class(
    TdxCustomSmartImage
)

Remarks

This class implements the format-specific SaveToStream procedure.

The TdxSVGImage class is one of the format-specific image containers that ensure backward compatibility with previous DevExpress product versions. Use the universal TdxSmartImage class or its descendants instead of TdxSVGImage.

See Also