CDC::SaveDC
Saves the current state of the device context by copying state information (such as clipping region, selected objects, and mapping mode) to a context stack maintained by Windows.
virtual int SaveDC( );
An integer identifying the saved device context. It is 0 if an error occurs. This return value can be used to restore the device context by calling RestoreDC.
The saved device context can later be restored by using RestoreDC.
SaveDC can be used any number of times to save any number of device-context states.
Header: afxwin.h