CustomImageWriter Constructor

Initializes a new instance of the CustomImageWriter class with the specified internal writer.

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

Syntax

C#
public CustomImageWriter(
	IImageWriter writer
)

Parameters

writer

Type: Aurigma.GraphicsMill.Codecs.IImageWriter

The internal image writer to wrap.

See Also

Reference