Table of Contents

TTMSMCPBitmapHelper.CreateFromSVG Method

Creates and returns a new bitmap rendered from the specified SVG string.

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

Syntax

class function CreateFromSVG(ASVG: string): TTMSMCPBitmap;

Parameters

Name Description
ASVG The SVG markup string to render.

Returns

A new bitmap rendered from the SVG markup.