Bitmap Constructor(Graphics,Int32,Int32)
In This Topic
Intializes a new instance of the
Bitmap class with the specified
Graphics object and size.
Syntax
Parameters
- graphics
- A Graphics object.
- width
- The width, in pixels, of the new Bitmap object.
- height
- The height, in pixels, of the new Bitmap object.
See Also