¡@

Home 

c++ Programming Glossary: m_gr

GDI Acceleration In Windows 7 / Drawing To Memory Bitmap

http://stackoverflow.com/questions/10840464/gdi-acceleration-in-windows-7-drawing-to-memory-bitmap

basic view class will have the following members Graphics m_gr CDC m_pMemDC CBitmap m_pbmpMemBitmap Then the class itself will.. CBaseControlPanel CBaseControlPanel m_pMemDC NULL m_gr NULL m_pbmpMemBitmap NULL CBaseControlPanel ~CBaseControlPanel.. delete m_pbmpMemBitmap m_pbmpMemBitmap NULL if m_gr delete m_gr m_gr NULL void CBaseControlPanel OnPaint ..