TTMSMCPSVGImport.SaveToStream Method
Writes the current SVG source to the specified stream.
API unit family: TMS.MCP.Types
Declaring type: TTMSMCPSVGImport
Syntax
procedure SaveToStream(const AStream: TStream); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AStream |
The stream to write the SVG data to. |