I'm trying to draw an image as a background for my game canvas and am able to draw the image, but what is the fastest way to draw it there, can I somehow cache the image or something and then call it there to print?
I'm drawing multiple objects after the "background" (the first draw in paint) has been paint and can't help thinking there could be a better way to do this?

Reply With Quote

