Undraw something on bitmap

Not if youve drawn it already. Drawings are not layered - they are actual changes to the pixels of the bitmap.

What I would do is have two bitmaps: one with the original picture, and one with the drawings (this one being subject to the graphics object). When you want to erase all of your drawings, simply draw the original image onto this new bitmap. :)
 

Similar threads

C
Replies
0
Views
142
CompuTechSide
C
T
Replies
0
Views
567
This_display_name_is_already_in_use_They_all_are
T
Back
Top