Double Buffering
v
If you are doing a complex animation, it will take VB a
bit of time to do the drawing.
v
Problem: flicker
v
Solution: double buffering
o
Draw the figure in a different picture that is not visible
o
Copy the result into the visible picture