'Declaration
Public Overloads Shared Function Create( _ ByVal width As System.Integer, _ ByVal height As System.Integer _ ) As System.Drawing.Bitmap
'Usage
Dim width As System.Integer Dim height As System.Integer Dim value As System.Drawing.Bitmap value = ImageIO.Create(width, height)
Parameters
- width
- Width of the new image in pixels
- height
- Height of the new image in pixels
Return Value
Bitmap object