Have you checked
http://www.opennetcf.org/Articles/GdiObjects.asp
and the related forums.
http://www.opennetcf.org/Forums/forum.asp?FORUM_ID=22
They may provide some background information or ideas that may help.
Thanks,
Chris Craft
http://www.cjcraft.com/
"fhunter" <(E-Mail Removed)> wrote in message news:<0f9701c37e2a$4f8cf570$(E-Mail Removed)>...
> 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!!!