Can Someone Explain LockBits to me?
Howdy all,
I understand how LockBits works mostly, but I wonder if this is a possibility.
With lockbits, is it possible to reference a pixel (x-1), (y-1) of the current pixel? If so, how? From what I understand you can only reference forwards in the Scan line ... is there a workaround?
Can anyone explain it a little better?
TIA :D
chem
Re: Can Someone Explain LockBits to me?
Re: Can Someone Explain LockBits to me?
That kind of helps. The method of using the Marshal class makes things a bit easier. I'll see if I can work off that...thanks Jy :D
chem