A Sandcastle Documented Class Library
GifDecoder Constructor (fileName)
NamespacesGifComponentsGifDecoderGifDecoder(String)
Reads a GIF file from specified file/URL source (URL assumed if name contains ":/" or "file:")
Declaration Syntax
C#Visual BasicVisual C++
public GifDecoder(
	string fileName
)
Public Sub New ( _
	fileName As String _
)
public:
GifDecoder(
	String^ fileName
)
Parameters
fileName (String)
Path or URL of image file.
Exceptions
ExceptionCondition
ArgumentNullException The supplied filename is null.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453