I need to draw concentric circles in my Flex application. I am trying to do this using graphics util. The problem im facing is centering the two circles. Any one has a suggestion or know how to go about this? please help.
Thanks
Anji
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
Graphics.drawCircle()method (documentation) where you should pass the same center points (two starting parameters).To fill circles with different colors use the following code: