オーバーロード | 解説 |
Bitmap コンストラクタ(Int32,Int32) | Initializes a new instance of the Bitmap class with the specified size. |
Bitmap コンストラクタ(Int32,Int32,BitsPerPixel) | Intializes a new instance of the Bitmap class with the specified size color format (color planes and bits-per-pixel). |
Bitmap コンストラクタ(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 コンストラクタ(Graphics,Int32,Int32) | Intializes a new instance of the Bitmap class with the specified Graphics object and size. |
Bitmap コンストラクタ(Bitmap) | Initializes a new instance of the Bitmap class. |
Bitmap コンストラクタ(Bitmap,Color) | Initializes a new instance of the Bitmap class. |