¡@

Home 

c++ Programming Glossary: m_pmemdc

GDI Acceleration In Windows 7 / Drawing To Memory Bitmap

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

class will have the following members Graphics m_gr CDC m_pMemDC CBitmap m_pbmpMemBitmap Then the class itself will have code.. like this CBaseControlPanel CBaseControlPanel m_pMemDC NULL m_gr NULL m_pbmpMemBitmap NULL CBaseControlPanel.. Clean up all the GDI and GDI objects we've used if m_pMemDC delete m_pMemDC m_pMemDC NULL if m_pbmpMemBitmap delete m_pbmpMemBitmap..