Having now harnessed the power of drawing lines (newby ) is there a way/command to clear the form of these lines.

Im doing the following when a button is pressed to draw some lines:

Dim this_graphics As Graphics = CreateGraphics()
this_graphics.DrawLine(pens.red, point1, point2)

Cheers