omidaghakhani1368 Well-Known Member Licensed User Feb 28, 2015 #1 Hi. I place many view in panel. Now i want to screenshot of panel and save bitmap. Maybe?
Erel Administrator Staff member Licensed User Mar 1, 2015 #2 Create a large ImageView and use Canvas.DrawView to draw the ScrollView inner panel to the ImageView. The ImageView doesn't need to be visible. You can then save the bitmap.
Create a large ImageView and use Canvas.DrawView to draw the ScrollView inner panel to the ImageView. The ImageView doesn't need to be visible. You can then save the bitmap.