How get & set pixel in WPFapplication?
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
Create a WriteableBitmap and use that as the image source. The MSDN ref has an example: http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.writeablebitmap.aspx John