VC实现快速截屏
//截取全屏
#include
#include
#include
#pragmacomment(lib,’’)
intmain()
{
HDChdcSrc=GetDC(NULL);
intnBitPerPixel=GetDeviceCaps(hdcSrc,BITSPIXEL);
intnWidth=GetDeviceCaps(hdcSrc,HORZRES);
intnHeight=GetDeviceCaps(hdcSrc,VERTRES);
CImageimage;
(nWidth,nHeight,nBitPerPixel);
BitBlt((),0,0,nWidth,nHeight,hdcSrc,0,0,
SRCCOPY);
ReleaDC(NULL,hdcSrc);
eDC();
(L’’,
Gdiplus::ImageFormatPNG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatJPEG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatBMP);//ImageFormatBMP
system(’pau’);
return0;
}
#include
#include
#include
#pragmacomment(lib,’’)
intmain()
{
HDChdcSrc=GetDC(NULL);
intnBitPerPixel=GetDeviceCaps(hdcSrc,BITSPIXEL);
intnWidth=GetDeviceCaps(hdcSrc,HORZRES);
intnHeight=GetDeviceCaps(hdcSrc,VERTRES);
CImageimage;
(nWidth,nHeight,nBitPerPixel);
BitBlt((),0,0,nWidth,nHeight,hdcSrc,0,0,
SRCCOPY);
ReleaDC(NULL,hdcSrc);
eDC();
(L’’,
Gdiplus::ImageFormatPNG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatJPEG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatBMP);//ImageFormatBMP
system(’pau’);
return0;
}
//截取部分
#include
#include
#include
#pragmacomment(lib,’’)
structRect
{
intx;
inty;
intwidth;
intheight;
Rect(int_x,int_y,int_w,int_h)
:x(_x),y(_y),width(_w),height(_h){}
};
intmain()
{
HDChdcSrc=GetDC(NULL);
intnBitPerPixel=GetDeviceCaps(hdcSrc,BITSPIXEL);
intnWidth=GetDeviceCaps(hdcSrc,HORZRES);
intnHeight=GetDeviceCaps(hdcSrc,VERTRES);
Rectrect(100,100,800,600);
CImageimage;
(,,nBitPerPixel);
/*!
BOOLBitBlt(HDChdc,intx,inty,intcx,intcy,HDChdcSrc,
intx1,inty1,DWORDrop);
hdc:目标hdc
x:目标矩形左上角的逻辑x坐标
y:目标矩形左上角的逻辑y坐标
cx:源矩形和目标矩形的宽度
cy:源矩形和目标矩形的高度
hdcSrc:源设备上下文句柄
x1:源矩形左上角的x坐标(以逻辑单位表示)。
x2:源矩形左上角的y坐标(以逻辑单位表示)。
rop:
*/
BitBlt((),0,0,nWidth,nHeight,hdcSrc,rect.x,
rect.y,SRCCOPY);
ReleaDC(NULL,hdcSrc);
eDC();
(L’’,
Gdiplus::ImageFormatPNG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatJPEG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatBMP);//ImageFormatBMP
//system(’pau’);
return0;
}
#include
#include
#include
#pragmacomment(lib,’’)
structRect
{
intx;
inty;
intwidth;
intheight;
Rect(int_x,int_y,int_w,int_h)
:x(_x),y(_y),width(_w),height(_h){}
};
intmain()
{
HDChdcSrc=GetDC(NULL);
intnBitPerPixel=GetDeviceCaps(hdcSrc,BITSPIXEL);
intnWidth=GetDeviceCaps(hdcSrc,HORZRES);
intnHeight=GetDeviceCaps(hdcSrc,VERTRES);
Rectrect(100,100,800,600);
CImageimage;
(,,nBitPerPixel);
/*!
BOOLBitBlt(HDChdc,intx,inty,intcx,intcy,HDChdcSrc,
intx1,inty1,DWORDrop);
hdc:目标hdc
x:目标矩形左上角的逻辑x坐标
y:目标矩形左上角的逻辑y坐标
cx:源矩形和目标矩形的宽度
cy:源矩形和目标矩形的高度
hdcSrc:源设备上下文句柄
x1:源矩形左上角的x坐标(以逻辑单位表示)。
x2:源矩形左上角的y坐标(以逻辑单位表示)。
rop:
*/
BitBlt((),0,0,nWidth,nHeight,hdcSrc,rect.x,
rect.y,SRCCOPY);
ReleaDC(NULL,hdcSrc);
eDC();
(L’’,
Gdiplus::ImageFormatPNG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatJPEG);//ImageFormatJPEG
(L’’,
Gdiplus::ImageFormatBMP);//ImageFormatBMP
//system(’pau’);
return0;
}
本文发布于:2023-03-03 16:03:14,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/1677830595124920.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:截全屏.doc
本文 PDF 下载地址:截全屏.pdf
留言与评论(共有 0 条评论) |