Table of Contents

TTMSMCPSVGBitmap.Draw Method

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

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

Syntax

procedure Draw(ACanvas: TCanvas; const Rect: TRect); override;

Parameters

Name Description
ACanvas The canvas on which to draw the SVG.
Rect The destination rectangle in canvas pixel coordinates.