Name | Description | |
---|---|---|
SvgWriter(Stream) |
Initializes a new instance of the SvgWriter class using the specified Stream. |
|
SvgWriter(String) |
Initializes a new instance of the SvgWriter class using the specified file name. |
|
SvgWriter(Stream, Int32, Int32) |
Initializes a new instance of the SvgWriter class using the specified Stream, width, and height. |
|
SvgWriter(String, Int32, Int32) |
Initializes a new instance of the SvgWriter class using the specified file name, width, and height. |
|
SvgWriter(Stream, Int32, Int32, Single, Single) |
Initializes a new instance of the SvgWriter class using the specified Stream, width, height, and resolution. |
|
SvgWriter(String, Int32, Int32, Single, Single) |
Initializes a new instance of the SvgWriter class using the specified file name, width, height, and resolution. |