R
RawSteel
Hi.
A am having some dificulties, getting pixells of a Bitmap image into a
byte array.
I am developing a control for Microsoft Compact Framework, and i need
to get the pixels of the image in one dimentional byte array, make
some changes and rewrite the bitmap.
I know that I can use Bitmap.LockBits() method but it returns a
BitmapData object, that is not present in Compact Framework class
library.
So if anyone knows other way I will thank him for sharing the
knowledge with me
A am having some dificulties, getting pixells of a Bitmap image into a
byte array.
I am developing a control for Microsoft Compact Framework, and i need
to get the pixels of the image in one dimentional byte array, make
some changes and rewrite the bitmap.
I know that I can use Bitmap.LockBits() method but it returns a
BitmapData object, that is not present in Compact Framework class
library.
So if anyone knows other way I will thank him for sharing the
knowledge with me
