G
Guest
Is someone can give me example?
I want to create Bitmap with pixel data saved in a binary file, the data
file only have red data block and green data block. I have implemented it
with VC6.0, now I want to rewrote it with C#.
My question is
1. using of Bitmap (Int32, Int32, Int32, PixelFormat, IntPtr)
2. how to implement memory copy efficiently in C#
Thanks
I want to create Bitmap with pixel data saved in a binary file, the data
file only have red data block and green data block. I have implemented it
with VC6.0, now I want to rewrote it with C#.
My question is
1. using of Bitmap (Int32, Int32, Int32, PixelFormat, IntPtr)
2. how to implement memory copy efficiently in C#
Thanks