搜索资源列表
moving-rect
- 用WINDOWS 32APPLITION实现一个移动的正方形,用的是WIN32APPLITION编程,没用MFC。-using the windows 32 applition to draw a moving rect,not using the MFC.
rect
- 这个程序可以实现用mfc画出大小不一的矩形-draw rectangle with mfc
bmpScreen
- /*类名称:bmpScreen.h。 类功能:提供了一个MFC下截取窗口特定部分并保存为bmp图片的类。 类参数:Crect rect, int left, int top, int top, char* name。 类参数说明: (1)Crect rect 定义截图框的大小。 (2)int left 定义截图框距截图窗口左边的距离。 (3)int top 定义截图框距截图窗口上边的距离。 (4)char *name 定义所截图的
desktopimage
- vs2017 c++ mfc 利用CimageDC 类 截屏显示保存文件 CWindowDC winDC(pWnd); pWnd->GetWindowRect(&rect); int nBPP = winDC.GetDeviceCaps(BITSPIXEL) * winDC.GetDeviceCaps(PLANES); if (nBPP < 24) { nBPP = 24; } bStat = ima