Marshal with lockbits

CraigG

Member
Joined
Nov 21, 2003
Messages
5
Is there a faster method then:

System.Runtime.InteropServices.Marshal.Write*()

When working with Bitmapdata?

I am opening up a 1bpp bitmap and writing an array to the locked bits, but its just too slow.
 
Last edited by a moderator:
Back
Top