RawReader Constructor (String)

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

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

Syntax

C#
public RawReader(
	string fileName
)

Parameters

fileName

Type: System.String

The name of the file to create this reader for.

See Also

Reference