restore_graphic_context method

restore_graphic_context

Restores the entire graphics context to its former value by popping it from the stack.

def restore_graphic_context(self):
    ...

See Also