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