摘要:
1、截取全屏幕 #include <windows.h> #include <tchar.h> void echo(CHAR* str); int CaptureImage(HWND hWnd, CHAR dirPath[], CHAR filename[]); int main() { echo( 阅读全文
posted @ 2019-07-05 13:53
꧁执笔小白꧂
阅读(4086)
评论(3)
推荐(0)
摘要:
vc得到屏幕的当前分辨率方法: 1.Windows API调用 int width = GetSystemMetrics ( SM_CXSCREEN ); int height= GetSystemMetrics ( SM_CYSCREEN ); 如果想动态自适应分辨率的变化,处理WM_DISPLA 阅读全文
posted @ 2019-07-05 13:34
꧁执笔小白꧂
阅读(1533)
评论(0)
推荐(0)

浙公网安备 33010602011771号