Bitmap Constructor (Int32, Int32, PixelFormat)
.NET Framework (current version)
Initializes a new instance of the Bitmap class with the specified size and format.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- width
-
Type:
System::Int32
The width, in pixels, of the new Bitmap.
- height
-
Type:
System::Int32
The height, in pixels, of the new Bitmap.
- format
-
Type:
System.Drawing.Imaging::PixelFormat
The pixel format for the new Bitmap. This must specify a value that begins with Format.
| Exception | Condition |
|---|---|
| ArgumentException | A PixelFormat value is specified whose name does not start with Format. For example, specifying Gdi will cause an ArgumentException, but Format48bppRgb will not. |
.NET Framework
Available since 1.1
Available since 1.1
Show: