首页 > 其他 > 详细

获取屏幕像素点···

时间:2016-06-30 16:01:16      阅读:151      评论:0      收藏:0      [点我收藏+]

                                    char text2[64];
                                    up = GetPixel(::GetDC(NULL),499+rect.left,589+rect.top);
                                    //::SetCursorPos(499+rect.left,589+rect.top);
                                    r = GetRValue(up);
                                    g = GetGValue(up);
                                    b = GetBValue(up);

获取屏幕像素点···

原文:http://www.cnblogs.com/xuandi/p/5630024.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!