码迷,mamicode.com
首页 > 其他好文 > 详细

获取屏幕像素点···

时间:2016-06-30 16:02:07      阅读:135      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!