public save() as Void:
Saves the current drawing state on the internal stack.
painter.save() painter.translate(10.0, 20.0) painter.restore()