通過呼叫BeginPaint函式開始繪畫操作。 ... case WM_PAINT: { PAINTSTRUCT ps; HDC hdc = BeginPaint(hwnd, &ps); // All painting occurs here, ...
確定! 回上一頁