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( );

Return Value

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.

Remarks

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.

Requirements

Header: afxwin.h

See Also

Reference

CDC Class

Hierarchy Chart

CDC::RestoreDC

SaveDC

Other Resources

CDC Members