MFC-InvertRect

MFC-InvertRect反转颜色

HDC hdc = ::GetDC(m_hWnd); RECT rect = { 10,10,50,100 }; HBRUSH hbr; hbr = CreateSolidBrush(RGB(255, 0, 0)); int f = FrameRect(hdc, &rect, hbr);//绘制矩形 ......
MFC-InvertRect InvertRect 颜色 MFC
共1篇  :1/1页 首页上一页1下一页尾页