Example: If I have a bitmap of size 300x300 and want to take an area that is 10x10 located at 0x290 (upper right) of height and width 10x10 of the bitmap and move it to 0x280. so i want to shift the area of the bitmap over much like the java.awt.Graphics.copyArea does. What is the comparable version of this in android api using the the Bitmap or Canvas or what have you?
http://java.sun.com/j2se/1.4.2/docs/api/java/awt/Graphics.html#copyArea(int,%20int,%20int,%20int,%20int,%20int) would using the matrix to somehow make that area shift over work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

