オーバーロード | 解説 |
---|---|
Save(String,XmlWriterSettings) | Saves the current GcSvgDocument to a file in SVG format. |
Save(Stream,XmlWriterSettings) | Saves the current GcSvgDocument to a System.IO.Stream in SVG format. |
Save(StringBuilder,XmlWriterSettings) | Saves the current GcSvgDocument to a System.Text.StringBuilder in SVG format. |
Save(TextWriter,XmlWriterSettings) | Saves the current GcSvgDocument to a System.IO.TextWriter in SVG format. |