Table of Contents

TTMSMCPSVGImport.Draw Method

Renders the current SVG content onto the specified canvas within the given rectangle.

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

Syntax

procedure Draw(const ACanvas: TCanvas; ARect: TRectF; ANative: Boolean = False); virtual; abstract;

Parameters

Name Description
ACanvas The canvas to draw onto.
ARect The destination rectangle in canvas coordinates.
ANative When True, uses native platform rendering if available.