Message 1 of 11
Draw line and circle together

Not applicable
04-23-2018
07:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I want my program to prompt the user to draw a circle without asking for any keyboard inputs, the program show understand the size/radius of the circle just by how much the user drags the mouse after clicking. Once, the circle is drawn, I want the program to prompt the user to draw a line, again, no keyboard input just depends on the user how long he/she wants the link to be. I have seen multiple codes for drawing a circle and a line separately but I still haven't figured out how to combine the two.