I need a function:
DrawPixel(x,y, RGB)
that simply draws a pixel of a specified RGB value on the screen at an x,y location. Apparently this is impossible in WPF, however this is do-able via ArcGIS.
The client that I'm working for uses ArcGIS and, apparently, somewhere in there is a function that will let me do this.
Can somebody please point me in the right direction?
Thanks.