Reference Library
Create Method (path)
NamespacesMBNCSUtil.DataImageParserCreate(String)
Creates a new ImageParser for the file at the specified path.
Declaration Syntax
C#Visual BasicVisual C++
public static ImageParser Create(
	string path
)
Public Shared Function Create ( _
	path As String _
) As ImageParser
public:
static ImageParser^ Create(
	String^ path
)
Parameters
path (String)
The file to open.
Return Value
An ImageParser ready to present images.
Exceptions
ExceptionCondition
FileNotFoundExceptionThrown if path is not found.
UnauthorizedAccessExceptionThrown if the user does not have permission to open the file at path.
InvalidDataExceptionThrown if the file format was invalid.
ArgumentNullExceptionThrown if path is nullNothingnullptr.

Assembly: Asgard5Library (Module: Asgard5Library)