EpsWriter Constructor (Stream, Int32, Int32)

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

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

Syntax

C#
public EpsWriter(
	Stream stream,
	int width,
	int height
)

Parameters

stream

Type: System.IO.Stream

The Stream to create this writer on.
width

Type: System.Int32

The width of the resulting image.
height

Type: System.Int32

The height of the resulting image.

See Also

Reference