I have some code that does Bitmap manipulation using the LockBits method and accessing the bitmap data directly using a pointer. This code has to be wrapped in an unsafe block, of course, and I was wondering if this means that the code would not work in Mono.
I'm assuming the Bitmap class is available in Mono, but maybe that's another deal-breaker.