android - How to delete all arcs drawn on a Bitmap -


i have declared bitmap this.

mbitmap = bitmap.createbitmap(width, height, bitmap.config.argb_8888);             mcanvas = new canvas(mbitmap); 

now after drawing arcs on it, how clear bitmap in same state when app started

you can use

mcanvas.drawcolor(color.transparent, mode.clear); 

here documentation.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -