Bitmap Constructor

 

Initializes a new instance of the Bitmap class.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodBitmap(Image^)

Initializes a new instance of the Bitmap class from the specified existing image.

System_CAPS_pubmethodBitmap(Image^, Int32, Int32)

Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.

System_CAPS_pubmethodBitmap(Image^, Size)

Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.

System_CAPS_pubmethodBitmap(Int32, Int32)

Initializes a new instance of the Bitmap class with the specified size.

System_CAPS_pubmethodBitmap(Int32, Int32, Graphics^)

Initializes a new instance of the Bitmap class with the specified size and with the resolution of the specified Graphics object.

System_CAPS_pubmethodBitmap(Int32, Int32, Int32, PixelFormat, IntPtr)

Initializes a new instance of the Bitmap class with the specified size, pixel format, and pixel data.

System_CAPS_pubmethodBitmap(Int32, Int32, PixelFormat)

Initializes a new instance of the Bitmap class with the specified size and format.

System_CAPS_pubmethodBitmap(Stream^)

Initializes a new instance of the Bitmap class from the specified data stream.

System_CAPS_pubmethodBitmap(Stream^, Boolean)

Initializes a new instance of the Bitmap class from the specified data stream.

System_CAPS_pubmethodBitmap(String^)

Initializes a new instance of the Bitmap class from the specified file.

System_CAPS_pubmethodBitmap(String^, Boolean)

Initializes a new instance of the Bitmap class from the specified file.

System_CAPS_pubmethodBitmap(Type^, String^)

Initializes a new instance of the Bitmap class from a specified resource.

Return to top
Show: