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