C# How to get pixel color/data from the screen? -


this question has answer here:

ok i'm trying little more advanced here , 1 of things want learn how pixel color or data position on screen. have searched lot seems people want in c or c++.

im making program scans location on screen color. if location contains orange number in window turns 1 true or 0 false. background of window transparent, if matters @ all.

i have come across graphics.copyfromscreen() , bitmap.getpixel();

thanks

please see following reference, think need:

http://www.codeproject.com/articles/24850/geting-pixel-color-from-screen-shoot-image


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -