selectable graphics question.

  • Thread starter Thread starter Alex @ 2003
  • Start date Start date
A

Alex @ 2003

What I want to do is enable a region to draw a circle(onclick and draw a
circle or an icon image), and this circle is selectable....
any easy way to do that?
 
* "Alex @ 2003 said:
What I want to do is enable a region to draw a circle(onclick and draw a
circle or an icon image), and this circle is selectable....
any easy way to do that?

You can model the shapes as regions (class 'Region', created from a
'GraphicsPath') and do hit-testing if the user clicks onto the form.
 
Back
Top