OFFICE/프로그램

HDC <-> CDC 하는 방법

gandus 2011. 8. 11. 10:20
HDC hdc = :GetDC(hWnd);
CDC *pdc= CDC::FromHandle(hdc);
HDC hdc = ::GetDC(this->m_hWnd) ;