摘要: 取DPI 缩放比例 HWND wnd = ::GetDesktopWindow(); dbg_print("desktopwnd:0x%X\n",wnd); HDC dc = GetDC(wnd); int desktopVerts = GetDeviceCaps(dc, DESKTOPVERTRE 阅读全文
posted @ 2016-10-18 10:12 南水之源 阅读(1137) 评论(0) 推荐(0)