C# How to get pixel color/data from the screen? -
this question has answer here:
- how read color of screen pixel 4 answers
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
Post a Comment