Initializes a new instance of the bitmap class from the specified existing image, scaled to the specified size.
original | The xtd::drawing::image from which to create the new bitmap. |
width | The width, in pixels, of the new xtd::drawing::bitmap. |
height | The height, in pixels, of the new xtd::drawing::bitmap. |