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