Hello,
I have a little problem when I try to modify a single pixels in my image. The problem is: I don't know how to edit single pixel. When I using WinForms I have very helper methods GetPixel() and SetPixel(). I spend about 6 hours searching for any solution but without any results.
If you know any method for getting access to pixels in BitmapImage please tell me how to do that :)
Thanks.
View Complete Post