cbSize = sizeof(info); ::GetMonitorInfoW(hMonitor, &info); HDC hdc = ::CreateDCW(NULL, info.szDevice, NULL, NULL); { Gdiplus::Graphics ...
確定! 回上一頁