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