LockBits( ) in compact framework

  • Thread starter Thread starter Jason Ho
  • Start date Start date
J

Jason Ho

Hi,

Anything similar to LockBits( ) in C# or VB.net as in .NET Framework to get
accessing to each pixel of a Bitmap quickly in the compact framework???

Thanks,
Jason
 
no.
but you could access pixel by pixel (and slowly) with something like
GetPixel() .....
 
Back
Top