I am creating a simple GUI that lets the user drag a circle to make it bigger. What is the best way to start this ? I am stumped.
I tried using a click event to resize the Circle but what I really want is a user drag event. My concern is how does the Circle retains its shap when the user drags it to make it bigger ?
Thanks in advance.
