Overload List

NameDescription
LoadImage(Stream)
Loads an image from a stream discovering the image format. Cannot be used in asynchronous mode.
LoadImage(String)

Load an image from a file. LoadImage detects file format from extension.

If the file does not represent a recognized image format the property Aborting is True.

LoadImage(Stream, IEFileFormats)
Loads an image from a stream. Cannot be used in asynchronous mode.
LoadImage(String, IEFileFormats)

Load a known image format from file.

LoadImage detects file format from fileFormat parameter.

If the file does not represent a recognized image format the property Aborting is True.

LoadImage(String, Boolean)

Load a known image format from file, detecting automatically the image format.

This is useful when you don't know what a file contains (i.e. a test.dat could be a jpeg).

LoadImage(IntPtr, Int32, IEFileFormats)
Loads an image from the specified buffer.
LoadImage(String, String, String, IEFileFormats)
Loads the specified image resource from PE files like EXE, DLL, OCX, ICL, BPL, etc..

See Also