FillRect

MFC-FillRect绘制并填充矩形

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