BOOL Calculate(int cx, int cy, RECT& rect) { HDC hDC = ::GetDC(NULL); const int w = GetDeviceCaps(hDC, HORZRES); const int h ...
確定! 回上一頁