TTMSFNCSVGBitmap.Draw Method
Renders the SVG content onto the specified canvas within the given rectangle.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCSVGBitmap
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. |