TTMSFNCSVGImport.LoadFromText Method
Parses SVG content from the specified string and prepares it for rendering.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCSVGImport
Syntax
procedure LoadFromText(const AText: string); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AText |
The SVG markup string to parse. |