Table of Contents

TTMSFNCSVGImport.Draw Method

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

API unit family: TMSFNCTypes Declaring type: TTMSFNCSVGImport

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.