hHandle = GetDesktopWindow();
hdc = GetWindowDC(hHandle);
StretchBlt(hdc,300,0,50,25,hdcClose,0,0,bitMapClose.bmWidth,bitMapClose.bmHeight,NOTSRCCOPY);
ReleaseDC(hWnd,hdc);
桌面绘图
最新推荐文章于 2024-10-03 12:11:23 发布
hHandle = GetDesktopWindow();
hdc = GetWindowDC(hHandle);
StretchBlt(hdc,300,0,50,25,hdcClose,0,0,bitMapClose.bmWidth,bitMapClose.bmHeight,NOTSRCCOPY);
ReleaseDC(hWnd,hdc);