Table of Contents

TTMSFNCSVGBitmap.IsStreamFormatSupported Method

Returns True when the stream contains SVG data that this class can load.

API unit family: TMSFNCTypes Declaring type: TTMSFNCSVGBitmap

Syntax

class function IsStreamFormatSupported(Stream: TStream): Boolean; override;

Parameters

Name Description
Stream The stream to inspect for SVG content.

Returns

True if the stream format is SVG and supported by this class; False otherwise.