Hi All, How can I get current position from a Path?
I reason I need is because methods like moveTo, lineTo, cubicbezierCurve, quadbeizer curve work in conjunction with last point. However, arcTo needs an explicit bound mentioned. Hence to use arcTo after all the above calls I need to get the current position from Path. How can I get the current position of a 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 -~----------~----~----~----~------~----~------~--~---

