Invalidate()

I need to draw a circle every time the mouse button is clicked ... the problem is that the screen refreshes everytime and the circle previously drawn doesn't remain there.
Last edited on
You have to remember all previously drawn circles and draw all them if you want them to remain.
Topic archived. No new replies allowed.