How can I fasten Bitmap Set/GetPixel method without using unsafe mode or any other solutions from codeproject like FastPixel or FastBitmap (which actually also uses unsafe mode).
Asked
Active
Viewed 367 times
1 Answers
1
Here I found the answer Use System.Runtime.InteropServices.Marshal.Copy and no unsafe keyword is needed! Almost the same effective as unsafe method and still way way faster than get/sex pixel.

rank1
- 1,018
- 4
- 16
- 37