FrameCollectionBase Constructor

Initializes a new instance of the FrameCollectionBase class using the specified image reader.

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

Syntax

C#
public FrameCollectionBase(
	ImageReader hostReader
)

Parameters

hostReader

Type: Aurigma.GraphicsMill.Codecs.ImageReader

The ImageReader create the frame collection for.

See Also

Reference