Initializes a new instance of the SvgWriter class using the specified Stream, width, height, and resolution.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public SvgWriter( Stream stream, int width, int height, float dpiX, float dpiY )
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.Type: System.Single
The horizontal resolution of the resulting image in DPI.Type: System.Single
The vertical resolution of the resulting image in DPI.