Initializes a new instance of the SvgWriter class using the specified file name, width, height, and resolution.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public SvgWriter( string fileName, int width, int height, float dpiX, float dpiY )
Type: System.String
The name of the file to create this writer for.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.