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

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453