|
-
Feb 17th, 2007, 12:38 PM
#1
Thread Starter
Member
[RESOLVED] [2005] clearing drawn lines from a form
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|