A Sandcastle Documented Class Library
GifDecoder Constructor (inputStream)
NamespacesGifComponentsGifDecoderGifDecoder(Stream)
Reads a GIF file from the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public GifDecoder(
	Stream inputStream
)
Public Sub New ( _
	inputStream As Stream _
)
public:
GifDecoder(
	Stream^ inputStream
)
Parameters
inputStream (Stream)
A stream to read the GIF data from.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453