文件名称: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 = image.Create(rect.Width(), rect.Height(), nBPP);
ASSERT(bStat); //断言
CImageDC imageDC(image);
::BitBlt(imageDC, 0, 0, rect.Width(), rect.Height(), winDC, 0, 0, SRCCOPY); //填充数据(vs2017 c++ mfc
utilize Class CimageDC Screen capture save file)
利用CimageDC 类 截屏显示保存文件
CWindowDC winDC(pWnd);
pWnd->GetWindowRect(&rect);
int nBPP = winDC.GetDeviceCaps(BITSPIXEL) * winDC.GetDeviceCaps(PLANES);
if (nBPP < 24)
{
nBPP = 24;
}
bStat = image.Create(rect.Width(), rect.Height(), nBPP);
ASSERT(bStat); //断言
CImageDC imageDC(image);
::BitBlt(imageDC, 0, 0, rect.Width(), rect.Height(), winDC, 0, 0, SRCCOPY); //填充数据(vs2017 c++ mfc
utilize Class CimageDC Screen capture save file)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
desktopimage\desktopimage.cpp | 2230 | 2020-04-09 |
desktopimage\desktopimage.h | 526 | 2020-04-09 |
desktopimage\desktopimage.rc | 9400 | 2020-04-09 |
desktopimage\desktopimage.sln | 1436 | 2020-04-09 |
desktopimage\desktopimage.vcxproj | 10372 | 2020-04-09 |
desktopimage\desktopimage.vcxproj.filters | 2028 | 2020-04-09 |
desktopimage\desktopimage.vcxproj.user | 235 | 2020-04-09 |
desktopimage\desktopimageDlg.cpp | 7296 | 2020-04-09 |
desktopimage\desktopimageDlg.h | 720 | 2020-04-09 |
desktopimage\res\desktopimage.ico | 67777 | 2019-11-12 |
desktopimage\res\desktopimage.rc2 | 680 | 2020-04-09 |
desktopimage\resource.h | 645 | 2020-04-09 |
desktopimage\stdafx.cpp | 181 | 2020-04-09 |
desktopimage\stdafx.h | 1746 | 2020-04-09 |
desktopimage\targetver.h | 299 | 2020-04-09 |
desktopimage\Debug\desktopimage.tlog | 0 | 2020-04-09 |
desktopimage\Debug | 0 | 2020-04-09 |
desktopimage\res | 0 | 2020-04-09 |
desktopimage | 0 | 2020-04-09 |