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