While the Bitmap provide GetPixel and SetPixel for accessing individual pixels in the bitmap - It is too slow and therefore it not suitable to image processing. The following `FastBitmap` class allows us to fast access the raw memory of bitmap data via pointers.
read more