Initializes a new instance of the SvgWriter class using the specified Stream, width, and height.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public SvgWriter( Stream stream, int width, int height )
Type: System.IO.Stream
The Stream to create this writer on.Type: System.Int32
The width of the resulting image.Type: System.Int32
The height of the resulting image.