Bitmap Constructor (Image^, Size)
.NET Framework (current version)
Initializes a new instance of the Bitmap class from the specified existing image, scaled to the specified size.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- original
- Type: System.Drawing::Image^
- newSize
-
Type:
System.Drawing::Size
The Size structure that represent the size of the new Bitmap.
| Exception | Condition |
|---|---|
| Exception | The operation failed. |
.NET Framework
Available since 1.1
Available since 1.1
Show: