怎么用WIN32 API清除屏幕上的某个特定位图。在线等,有答案就结帖
RT 在线等,有答案就结帖
[解决办法]
int FillRect(
HDC hDC, // handle to device context
CONST RECT *lprc, // pointer to structure with rectangle
HBRUSH hbr // handle to brush
);
就可实现你所谓的清除吧
[解决办法]
Invalidate刷新或者自己重新绘制背景。
[解决办法]
让下面的图刷新。
或者记录你覆盖的图。
在画出来
[解决办法]
InvalidateRect...