GifReader Constructor (String)

Initializes a new instance of the GifReader class using the specified file name.

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

Syntax

C#
public GifReader(
	string fileName
)

Parameters

fileName

Type: System.String

The name of the file to create this reader for.

See Also

Reference