Hi,
For question 1, you might try the Bitmap class. It exposes GetPixle and SetPixle methods that take X,Y coordinates.
You could also use unsafe code and the Bitmap.LockBits method, BitmapData class, and a pointer. This may give better performance.![]()
Hope this helps.




Reply With Quote