Creates empty Bitmap instance.
Name | Description | |
---|---|---|
Bitmap() |
Creates empty Bitmap instance. |
|
Bitmap(Bitmap) |
Creates new Bitmap instance instance and initializes it by copying bitmap data of specified System.Drawing.Bitmap object. |
|
Bitmap(Stream) |
Creates new Bitmap instance instance and loads image from specified Stream. |
|
Bitmap(String) |
Creates new Bitmap instance and loads image from specified file. |
|
Bitmap(Int32[,,], PixelFormat) |
Creates new Bitmap instance from 3D array of pixels. |
|
Bitmap(Int32, Int32, PixelFormat) |
Creates new Bitmap instance of given dimensions and pixel format. |
|
Bitmap(Int32[,,], PixelFormat, ColorPalette) |
Creates new Bitmap instance from 3D array of pixels and palette. |
|
Bitmap(Int32, Int32, PixelFormat, ColorPalette) |
Creates new Bitmap instance of given dimensions, pixel format and palette. |
|
Bitmap(Color, Int32, Int32, PixelFormat) |
Creates new Bitmap instance of given dimensions and pixel format. Background color is specified. |
|
Bitmap(Color, Int32, Int32, PixelFormat, ColorPalette) |
Creates new Bitmap instance of given dimensions and pixel format. Background color is specified. |