TTMSFNCBitmapHelper.CreateFromSVG Method
Creates and returns a new bitmap rendered from the specified SVG string.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCBitmapHelper
Syntax
class function CreateFromSVG(ASVG: string): TTMSFNCBitmap;
Parameters
| Name | Description |
|---|---|
ASVG |
The SVG markup string to render. |
Returns
A new bitmap rendered from the SVG markup.