xtd::drawing::bitmap::bitmap | ( | const image & | original, |
const xtd::drawing::size & | new_size | ||
) |
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. |
new_size | The xtd::drawing::size structure that represent the size of the new bitmap. |