xtd 0.2.0
Loading...
Searching...
No Matches

◆ bitmap() [12/14]

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.

Parameters
widthThe width, in pixels, of the new bitmap.
heightThe height, in pixels, of the new bitmap.
formatThe pixel format for the new xtd::drawing::bitmap class with the specified size and format.