_AFXWIN_INLINE CDC* CWnd::GetDC() { ASSERT(::IsWindow(m_hWnd)); return ... variable if(!dc) dc = GetDC(); Gdiplus::Graphics grpx(*dc);//GDI ...
確定! 回上一頁