Table of Contents

TTMSFNCSVGBitmap.CanLoadFromStream Method

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

API unit family: TMSFNCTypes Declaring type: TTMSFNCSVGBitmap

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.