getting color value of pixel from outside of WPF Mainwindow
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
I need to get color value, when user clicks anywhere (inside or ourside of the main window). Possible? If yes - 1) How do I get pixel value of outside of window? How can I check the MouseDown/Up in this case? 2) What should be the approach to get color value of a pixel, which is outside of the main window?