A Sandcastle Documented Class Library
FromStream Method (inputStream)
NamespacesGifComponentsGifHeaderFromStream(Stream)
Reads and returns a GIF header from the supplied stream.
Declaration Syntax
C#Visual BasicVisual C++
public static GifHeader FromStream(
	Stream inputStream
)
Public Shared Function FromStream ( _
	inputStream As Stream _
) As GifHeader
public:
static GifHeader^ FromStream(
	Stream^ inputStream
)
Parameters
inputStream (Stream)
The input stream to read.
Return Value
The GIF header read from the supplied input stream.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453