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