Aurigma Graphics Mill 5.5 for .NET
Bitmap..::.Load Method
Loads the bitmap from some external source.
Overload List
| Name | Description | |
|---|---|---|
|
|
Load(Stream) |
Loads the bitmap from specified Stream. |
|
|
Load(String) |
Loads the bitmap from specified file. |
|
|
Load(array<Int32,3>[,,](,,)[,,], PixelFormat) |
Loads the bitmap from given 3D array of pixels. |
|
|
Load(array<Int32,3>[,,](,,)[,,], PixelFormat, ColorPalette) |
Loads the bitmap from given 3D array of pixels and palette. |