klyn.gui.windows.Painter.save
method
public save() as Void:
Description
Saves the current drawing state on the internal stack.
painter.save()
painter.translate(10.0, 20.0)
painter.restore()