在以下程式碼中,任何時候呼叫CreateCompatibleDC時,生成的裝置上下文只有 ... HDC hdc=BeginPaint(hWnd,&ps); HDC memdc=CreateCompatibleDC(hdc); ...
確定! 回上一頁