Ok so I'm trying to get a little more advanced here and one of the things i want to learn how to do is get pixel color or data from a certain position on the screen. I have searched a lot but it seems most people want to do this in c or c++.
Im making a program that scans a location on the screen for a certain color. If that location contains anything with orange then the number in my window turns into a 1 for true or 0 for false. The background of my window is transparent, if that matters at all.
I have only come across Graphics.CopyFromScreen() and bitmap.GetPixel();
Thanks