Hi, I have a very large view that is normally only very partially displayed on the screen. Is there any way for me to draw at an offset into a bitmap from a canvas. I am getting out of memory errors if I try to access something at say pixel width 2000.
Code: Bitmap image = Bitmap.createBitmap(4000, 300, Bitmap.Config.ARGB_4444); Canvas cv=new Canvas(image); view1.draw(cv) Thanks, Bob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

