SvgWriter Constructor (String, Int32, Int32, Single, Single)

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)

Syntax

C#
public SvgWriter(
	string fileName,
	int width,
	int height,
	float dpiX,
	float dpiY
)

Parameters

fileName

Type: System.String

The name of the file to create this writer for.
width

Type: System.Int32

The width of the resulting image.
height

Type: System.Int32

The height of the resulting image.
dpiX

Type: System.Single

The horizontal resolution of the resulting image in DPI.
dpiY

Type: System.Single

The vertical resolution of the resulting image in DPI.

See Also

Reference