オーバーロード | 解説 |
---|---|
FromStream(Stream) | Creates a new GcSvgDocument from a specified SVG data stream.
The stream will be closed after reading the SVG data. To keep the stream open, use the FromStream(Stream,Boolean) overload and pass true in the leaveOpen parameter. |
FromStream(Stream,Boolean) | Creates a new GcSvgDocument from a specified SVG data stream, optionally leaving the stream open. |