随笔分类 - C++
MFT 抓图2 bmp图片,黑白
摘要:HBITMAP CopyScreenToBitmap( LPRECT lpRect,int m_xScreen,int m_yScreen){ HDC hScrDC,hMemDC; HBITMAP hBitmap,hOldBitmap; int nX1,nX2,nY1,nY2; int nWidth,nHeight; if (IsRectEmpty(lpRect)) { return FALSE;...
阅读全文
将屏幕保存为图片 将当前MFC程序保存为图片 c++ vc
摘要:将屏幕保存为图片,使用vs2008编译通过。 view plaincopy to clipboardprint?#include"stdafx.h"#include<windows.h>#include<atlimage.h>int__stdcallWinMain(HINSTANCEhInstance,HINSTANCEhPrevInstance,LPSTRlpCmdLin...
阅读全文
浙公网安备 33010602011771号