FrameCollection<TFrame> Constructor

Initializes a new instance of the FrameCollection<TFrame> class using the specified image reader.

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

Syntax

C#
public FrameCollection(
	ImageReader hostReader
)

Parameters

hostReader

Type: Aurigma.GraphicsMill.Codecs.ImageReader

The ImageReader create the frame collection for.

See Also

Reference