Initializes the Drawer object.
New2 is used to draw on an image object.
Syntax: New2 (image As Image, B4PObject5 As Object)
image - Can be any image including images stored in ImageLists, Image control, forms or
Bitmap objects.
B4PObject5 - Must be B4PObject(5).
Example:
drawer.New2 (ImageList1.Item(0), B4PObject(5))