View Single Post
  #1  
Old 05-12-2009, 01:33 AM
Chrissy2009 Chrissy2009 is offline
Member
 
Join Date: May 2009
Posts: 33
Draw Line between Points

Hi,

I want to create a line between two points. The first point at the mouseDown Position and the second point at the mouseUp Position. Between these two points I want to draw a line.

This works very fine.

But now I want to show the line, before the mouseUp Event. So that I push down the mousebutton, move it at another position and can already see the line, although the mousebutton is pushed.

The line would change as long as I push the mousebutton.

Is this possible?

Thanks in advance...
Reply With Quote