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
Comments
Post a Comment