Table of Contents

TTMSMCPSVGBitmap.CanLoadFromStream 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 CanLoadFromStream(Stream: TStream): Boolean; override;

Parameters

Name Description
Stream The stream to inspect for SVG content.

Returns

True if the stream contains SVG data this class can load; False otherwise.