摘要:
HDC hdc = ::GetDC(m_hWnd); RECT rect = { 10,10,50,100 }; HBRUSH hbr; hbr = CreateSolidBrush(RGB(255, 0, 0)); SelectObject(hdc, hbr); int f = FrameRect 阅读全文
posted @ 2023-04-15 07:42
天子骄龙
阅读(109)
评论(0)
推荐(0)
摘要:
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);//绘制矩形 阅读全文
posted @ 2023-04-15 07:31
天子骄龙
阅读(63)
评论(0)
推荐(0)

浙公网安备 33010602011771号