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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -