Help with Graphics primitives

  • Thread starter Thread starter Ashley
  • Start date Start date
A

Ashley

Please help this vb.net newbie! I would like to draw a graphics
primitive. For example, a line, and have that line be it's own object
(so that I can have a collection of lines) and have that line be
clickable by the user. Can anyone help?!?! I can create a graphics
object and have that graphics object draw a line. That is no problem.
Now, how do I allow the user to click on that line?
I have heard about metadraw as a possible solution, but that solution
is out of our budget, and seems to be overkill anyway. Surely this is
a simple, common task that should be easily accomplished, I just don't
know the proper way to do it?
Any help would be greatly appreciated!
 
Ashley said:
Please help this vb.net newbie! I would like to draw a graphics
primitive. For example, a line, and have that line be it's own
object (so that I can have a collection of lines) and have that line
be clickable by the user. Can anyone help?!?! I can create a
graphics object and have that graphics object draw a line. That is no
problem. Now, how do I allow the user to click on that line?
I have heard about metadraw as a possible solution, but that
solution is out of our budget, and seems to be overkill anyway.
Surely this is a simple, common task that should be easily
accomplished, I just don't know the proper way to do it?
Any help would be greatly appreciated!

An old one:
http://msdn.microsoft.com/library/en-us/dngdi/html/msdn_hittest2.asp


--
Armin

How to quote and why:
http://www.plig.net/nnq/nquote.html
http://www.netmeister.org/news/learn2quote.html
 
* (e-mail address removed) (Ashley) scripsit:
Please help this vb.net newbie! I would like to draw a graphics
primitive. For example, a line, and have that line be it's own object
(so that I can have a collection of lines) and have that line be
clickable by the user. Can anyone help?!?! I can create a graphics
object and have that graphics object draw a line. That is no problem.
Now, how do I allow the user to click on that line?

Quick and dirty:

<URL:http://www.google.de/groups?selm=uevBGo6#[email protected]>
 
Back
Top