Bitmap Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the Bitmap class with the specified size.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public Bitmap(
int ,
int
)
Parameters
- width
- The width, in pixels, of the new Bitmap object.
- height
- The height, in pixels, of the new Bitmap object.
See Also