ImageLoad Method

Overload List
  NameDescription
Public methodStatic memberCode exampleLoad(Stream)
Loads a new image from the specified stream.
Public methodStatic memberCode exampleLoad(String)
Loads a new image from the specified file.
Public methodStatic memberCode exampleLoad(Stream, LoadOptions)
Loads a new image from the specified stream.
Public methodStatic memberCode exampleLoad(String, LoadOptions)
Loads a new image from the specified file.
See Also