Reference Library
Create Method (stream)
NamespacesMBNCSUtil.DataImageParserCreate(Stream)
Creates a new ImageParser for the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public static ImageParser Create(
	Stream stream
)
Public Shared Function Create ( _
	stream As Stream _
) As ImageParser
public:
static ImageParser^ Create(
	Stream^ stream
)
Parameters
stream (Stream)
The stream to read.
Return Value
An ImageParser ready to present images.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the specified stream cannot seek.
InvalidDataExceptionThrown if the file format was invalid.
ArgumentNullExceptionThrown if stream is nullNothingnullptr.

Assembly: Asgard5Library (Module: Asgard5Library)