In This Topic
Overload List
Overload | Description |
Bitmap Constructor(Int32,Int32) | Initializes a new instance of the Bitmap class with the specified size. |
Bitmap Constructor(Int32,Int32,BitsPerPixel) | Intializes a new instance of the Bitmap class with the specified size color format (color planes and bits-per-pixel). |
Bitmap Constructor(Int32,Int32,Int32,BitsPerPixel,Byte[]) | Intializes a new instance of the Bitmap class with the specified size color format (color planes and bits-per-pixel). |
Bitmap Constructor(Graphics,Int32,Int32) | Intializes a new instance of the Bitmap class with the specified Graphics object and size. |
Bitmap Constructor(Bitmap) | Initializes a new instance of the Bitmap class. |
Bitmap Constructor(Bitmap,Color) | Initializes a new instance of the Bitmap class. |
See Also