SvgWriter Constructor

Overload List

Name Description
Public method SvgWriter(Stream)

Initializes a new instance of the SvgWriter class using the specified Stream.

Public method SvgWriter(String)

Initializes a new instance of the SvgWriter class using the specified file name.

Public method SvgWriter(Stream, Int32, Int32)

Initializes a new instance of the SvgWriter class using the specified Stream, width, and height.

Public method SvgWriter(String, Int32, Int32)

Initializes a new instance of the SvgWriter class using the specified file name, width, and height.

Public method SvgWriter(Stream, Int32, Int32, Single, Single)

Initializes a new instance of the SvgWriter class using the specified Stream, width, height, and resolution.

Public method SvgWriter(String, Int32, Int32, Single, Single)

Initializes a new instance of the SvgWriter class using the specified file name, width, height, and resolution.

See Also

Reference