Initializes a new instance of the Bitmap class with the specified size.
[Visual Basic] Overloads Public Sub New( _ ByVal width As Integer, _ ByVal height As Integer _ ) [C#] public Bitmap( int width, int height ); [C++] public: Bitmap( int width, int height ); [JScript] public function Bitmap( width : int, height : int );
This constructor creates a Bitmap with a PixelFormat of Format32bppARGB.
Bitmap Class | Bitmap Members | System.Drawing Namespace | Bitmap Constructor Overload List