Initializes a new instance of the xtd::drawing::bitmap class with the specified size and with the resolution of the specified xtd::drawing::raphics object.
width | The width, in pixels, of the new bitmap. |
height | The height, in pixels, of the new bitmap. |
g | The Graphics object that specifies the resolution for the new Bitmap. |