Bitmap manage to unmanaged

  • Thread starter Thread starter fhunter
  • Start date Start date
F

fhunter

I can't figure out the answer to this, and so far no one
has been able to help me.

I need to be able to create a backBuffer. Either on the
namaged code side or the unmanaged code side and sendit
over to the other side, so that I can draw to this buffer
both from the managed and the unmanaged code.

Can any one at all give me an example. A lot of the
answers I got will work on the full .Net implementation
but not on the Compact .Net.

Any help would be very much appreciated.

Note. Doing a putPixel() call for every pixel I need to
transfer is not going to work, It is too slow. I don't
even knwo why they have this function, it is worthless!!!
 
Back
Top