So you would draw it after everything else. You could use writePixel, drawPixel, drawLine, drawRect... etc..
For maximum framerate, you could 'draw it yourself' in the offscreen buffer before it gets copied to the screen.
For maximum framerate, you could 'draw it yourself' in the offscreen buffer before it gets copied to the screen.