In my program I want to first draw two circles then be able to connect them by drawing a line between them. If the line is in each of the circles, the line will draw between them. If not, the line doesn't get drawn. How would I go about this? Would I get the graphics location the circle occupies by calculating the area of the circle? If so, how? Or is there another way?
I've got the code that draws the circles but not sure if it would help find a solution. Let me know if so though and I'll post it.
Thanks in advance.