.NET Framework Class Library
Bitmap Constructor
Initializes a new instance of the Bitmap class.
|
| Name | Description |
|---|
.gif) .gif) | Bitmap(Image) | Initializes a new instance of the Bitmap class from the specified existing image. |
.gif) .gif) | Bitmap(Stream) | Initializes a new instance of the Bitmap class from the specified data stream. |
.gif) .gif) | Bitmap(String) | Initializes a new instance of the Bitmap class from the specified file. |
.gif) | Bitmap(Image, Size) | Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size. |
.gif) .gif) | Bitmap(Int32, Int32) | Initializes a new instance of the Bitmap class with the specified size. |
.gif) | Bitmap(Stream, Boolean) | Initializes a new instance of the Bitmap class from the specified data stream. |
.gif) | Bitmap(String, Boolean) | Initializes a new instance of the Bitmap class from the specified file. |
.gif) | Bitmap(Type, String) | Initializes a new instance of the Bitmap class from a specified resource. |
.gif) | Bitmap(Image, Int32, Int32) | Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size. |
.gif) | Bitmap(Int32, Int32, Graphics) | Initializes a new instance of the Bitmap class with the specified size and with the resolution of the specified Graphics object. |
.gif) .gif) | Bitmap(Int32, Int32, PixelFormat) | Initializes a new instance of the Bitmap class with the specified size and format. |
.gif) | Bitmap(Int32, Int32, Int32, PixelFormat, IntPtr) | Initializes a new instance of the Bitmap class with the specified size, pixel format, and pixel data. |
Top
Reference