Structure of bitmap object returned from load_bitmap() and create_bitmap().
For every bitmap laoded or created, a canvas element is created.
Loaded images are then drawn onto the canvas, so that you can easily manipulate images and everything is consistent.
You can also load a single file two times and modify it differently for each instance.
Bitmap object
Remarks
Structure of bitmap object returned from load_bitmap() and create_bitmap(). For every bitmap laoded or created, a canvas element is created. Loaded images are then drawn onto the canvas, so that you can easily manipulate images and everything is consistent. You can also load a single file two times and modify it differently for each instance.
1.2.2