CustomImageReader Constructor

Initializes a new instance of the CustomImageReader class with the specified internal reader.

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

Syntax

C#
public CustomImageReader(
	IImageReader reader
)

Parameters

reader

Type: Aurigma.GraphicsMill.Codecs.IImageReader

The internal image reader to wrap.

See Also

Reference