Loads the bitmap from some external source.
Name | Description | |
---|---|---|
Load(Stream) |
Loads the bitmap from specified Stream. |
|
Load(String) |
Loads the bitmap from specified file. |
|
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. |