Well, I've NEVER used this class and was able to figure something out in
about 30 seconds...  Here is what I did:

Step 1: Look at the class documentation for android.graphics.Path

Step 2: Find something in there that will help, and then use it.

Step 3: Notice this method, and then use it:
http://developer.android.com/reference/android/graphics/Path.html#computeBounds%28android.graphics.RectF,%20boolean%29

In the future, please do a little more homework before posting questions on
this forum...

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sat, Mar 17, 2012 at 8:12 AM, nmgzhangrl <nmgzhan...@gmail.com> wrote:

> How can we get the width and height of a android.graphics.Path object
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to