level 9
QQ632411839
楼主
CBrush hBrush(RGB(0, 0, 255));
CRect rc;
rc.left = m_cBPt.x;
rc.top = m_cBPt.y;
rc.right = m_cEPt.x;
rc.bottom = m_cEPt.y;
pDC->FillRect(rc, &hBrush);
hBrush.DeleteObject();
rc.right = point.x;
rc.bottom = point.y;
m_cEPt = point;
pDC->FillRect(rc, NULL);
今晚直播课程《MFC截屏插件》在QQ上,在浏览器上都可以使用的
课程是手把手教学模式,免费发源代码,手把手教你做项目
报名地址:https://tieba.baidu.com/p/3806332230(在此贴一楼)
2015年06月06日 11点06分
1
CRect rc;
rc.left = m_cBPt.x;
rc.top = m_cBPt.y;
rc.right = m_cEPt.x;
rc.bottom = m_cEPt.y;
pDC->FillRect(rc, &hBrush);
hBrush.DeleteObject();
rc.right = point.x;
rc.bottom = point.y;
m_cEPt = point;
pDC->FillRect(rc, NULL);
今晚直播课程《MFC截屏插件》在QQ上,在浏览器上都可以使用的
课程是手把手教学模式,免费发源代码,手把手教你做项目
报名地址:https://tieba.baidu.com/p/3806332230(在此贴一楼)