I have a picture in it alot of connector as circles like a pictuer i attach as an example
i move the mouse on that certian circle for sure it give me alot (x,y)s in it
and i need when the user click on any (x,y) inside the circle it give me the point on the circle center
http://www.arabteam2000-forum.com/uploads/monthly_06_2007/post-30356-1182010758.jpg
Essam AliPosted Jun 16, 2007, 2:46 PM
the circle is in an image not draw with the c#
it is in an image like the one in the link in my first post
Wim DevosPosted Jun 16, 2007, 2:29 PM
How do you draw the circles? Are they objects? Are they g.drawCircle?...
I understand your what you want, just need some more info on your current implementation...
Essam AliPosted Jun 16, 2007, 2:20 PM
after i get the (x,y)
inside th circle
i need it to return to me not the clicked (x,y) but the (x,y) of the center on the circle that the first (x,y) is in it
get what i mean ?????????????
AlanPosted Jun 16, 2007, 2:10 PM
These give the position in screen coordinates.