Table of Contents

TTMSMCPSVGBitmap.IsStreamFormatSupported Method

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

API unit family: TMS.MCP.Types Declaring type: TTMSMCPSVGBitmap

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.