Contents
Helper class to save/restore graphics state.
#include <igraphics.h> struct ContextSaver { // fields IGraphics& graphics; // construction ContextSaver (IGraphics& graphics); };