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

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453