GraphicsRestoreTransform Method |
Restores the transform state
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void RestoreTransform()
Public Sub RestoreTransform
member RestoreTransform : unit -> unit
Remarks
This restores the transform state from a previous
SaveTransform call.
You must balance calls to SaveTransform() with calls to this method.
See Also