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

◆ bitmap() [3/14]

xtd::drawing::bitmap::bitmap ( const image original,
int32  width,
int32  height 
)

Initializes a new instance of the bitmap class from the specified existing image, scaled to the specified size.

Parameters
originalThe xtd::drawing::image from which to create the new bitmap.
widthThe width, in pixels, of the new xtd::drawing::bitmap.
heightThe height, in pixels, of the new xtd::drawing::bitmap.