Loads the bitmap from some external source.

Overload List

NameDescription
Load(Int32[,,](,,), PixelFormat)
Loads the bitmap from given 3D array of pixels.

Load(Int32[,,](,,), PixelFormat, ColorPalette)
Loads the bitmap from given 3D array of pixels and palette.

Load(Stream)
Loads the bitmap from specified Stream.

Load(String)
Loads the bitmap from specified file.

See Also