Hi Everyone, I am trying to draw shapes. What I must do is as follows
1. moveTo () a point say 1000,1000 2. then I want to draw an arc whose height width is 400, 400 path.moveTo(1000,1000); path.arcTo(rectF,270,90); However the catch in this is the RectF I pass to above, I have to specify the x and y co ordinate. What I really want is this rectf to be create from the last point I mentioned in moveto (automatically) Is there a way to do so? Can I get my current point from Path Cheers, Rohit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

