New2
Previous
Next
Initializes the Bitmap object.
Creates a new image with the specified size.
Syntax: New2 (Width As Int32, Height As Int32)
Example:
bitmap1.New2 (100,100)