Wraps SaveDC in an object oriented way. More...
#include <DC.h>
Public Member Functions | |
SaveRestoreDC (HDC pDC) | |
Wraps SaveDC in an object oriented way.
Create this on the stack before making changes to a DC. The dtor will reverse the changes when the saved state goes out of scope.