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);

相关文章:

  • 2021-06-03
  • 2021-10-18
  • 2021-12-22
  • 2022-01-01
  • 2021-06-18
  • 2022-01-08
  • 2022-03-07
  • 2022-12-23
猜你喜欢
  • 2021-11-12
  • 2021-11-18
  • 2021-11-09
  • 2021-08-12
相关资源
相似解决方案