xtd::drawing::bitmap::bitmap | ( | int32 | width, |
int32 | height, | ||
xtd::drawing::imaging::pixel_format | format | ||
) |
Initializes a new instance of the xtd::drawing::bitmap class with the specified size.
width | The width, in pixels, of the new bitmap. |
height | The height, in pixels, of the new bitmap. |
format | The pixel format for the new xtd::drawing::bitmap class with the specified size and format. |