PDA

Click to See Complete Forum and Search --> : can I use Graphics on a locked image?


MrPolite
Mar 5th, 2004, 05:25 PM
I'm locking a bitmap in ReadWrite mode. I've tried editing it with the graphics object when it was locked and it doesnt do anything (no errors, it just doesnt modify it). I need to be using points and Graphics together at the same time to simplify something... just wondering if its possible cuz I dont know why its not working for me