Initializes a new instance of the Bitmap class.
Name | Description | |
---|---|---|
Bitmap() |
Initializes a new instance of the Bitmap class. |
|
Bitmap(Bitmap) |
Initializes a new instance of the Bitmap class by copying bitmap data from the specified System.Drawing.Bitmap object. |
|
Bitmap(Stream) |
Initializes a new instance of the Bitmap class from the specified data stream. |
|
Bitmap(String) |
Initializes a new instance of the Bitmap class from the specified file. |
|
Bitmap(Bitmap) |
Initializes a new instance of the Bitmap class from the specified existing bitmap. |
|
Bitmap(Int32, Int32, PixelFormat) |
Initializes a new instance of the Bitmap class with the specified size and pixel format. |
|
Bitmap(Int32, Int32, PixelFormat, Color) |
Initializes a new instance of the Bitmap class with the specified size, pixel format, and background color. |
|
Bitmap(Int32, Int32, PixelFormat, ColorPalette) |
Initializes a new instance of the Bitmap class with the specified size, pixel format, and palette. |
|
Bitmap(Int32, Int32, PixelFormat, Color, ColorPalette) |
Initializes a new instance of the Bitmap class with the specified size, pixel format, background color, and palette. |