GraphicsSaveTransform Method |
Saves the current transform state
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void SaveTransform()
member SaveTransform : unit -> unit
Remarks
This saves the current transform state that can be changed by any of the transform calls, which can
then be restored using
RestoreTransformSee Also