I have two 8bpp bitmaps. I want to do a bitwise AND of one to the other, but I don’t see any obvious way to do this in .NET. Is it possible to do this without using non-.NET methods?
Thanks!
I have two 8bpp bitmaps. I want to do a bitwise AND of one
Share
I think you’re looking for Bitmap.LockBits.