Bitmap Constructor
Initializes a new instance of the Bitmap class.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Bitmap(Image^) | Initializes a new instance of the Bitmap class from the specified existing image. |
![]() | Bitmap(Image^, Int32, Int32) | Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size. |
![]() | Bitmap(Image^, Size) | Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size. |
![]() | Bitmap(Int32, Int32) | Initializes a new instance of the Bitmap class with the specified size. |
![]() | Bitmap(Int32, Int32, Graphics^) | |
![]() | Bitmap(Int32, Int32, Int32, PixelFormat, IntPtr) | Initializes a new instance of the Bitmap class with the specified size, pixel format, and pixel data. |
![]() | Bitmap(Int32, Int32, PixelFormat) | Initializes a new instance of the Bitmap class with the specified size and format. |
![]() | Bitmap(Stream^) | Initializes a new instance of the Bitmap class from the specified data stream. |
![]() | Bitmap(Stream^, Boolean) | 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(String^, Boolean) | Initializes a new instance of the Bitmap class from the specified file. |
![]() | Bitmap(Type^, String^) | Initializes a new instance of the Bitmap class from a specified resource. |
