-
image with layer
Hy Together
I am writing an application to do a screenshot and after, i will paint on the picture. The paint functionality should also include a rubber, but i don't want to erase my bottom picture from.
so, is there a possibility to paint on different layers ?
ok, that's it
tschuess Chruetli
-
You could use directdraw and do 2-page buffering, although that's a little advanced.
-
I found a solution myself. try jogging, it works sometime :)
I save my "background" pic in a second picturebox, an when i use the rubber, i will copy the rubbered part from the original pic to the modificated
Thanks
-
a buffer *g basically the same Sastraxi explained :)