This is experimental documentation.
Creates a new ImageParser for the file at the specified path.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
FileNotFoundException | Thrown if path is not found. |
UnauthorizedAccessException | Thrown if the user does not have permission to open the file at
path. |
InvalidDataException | Thrown if the file format was invalid. |
ArgumentNullException | Thrown if path is nullNothingnullptr. |
Assembly: Asgard5Library (Module: Asgard5Library)