EpsWriter Constructor (String, Int32, Int32)

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

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public EpsWriter(
	string fileName,
	int width,
	int height
)

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.

See Also

Reference