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