Click or drag to resize

GraphicsSaveTransform Method

Saves the current transform state

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void SaveTransform()
Remarks
This saves the current transform state that can be changed by any of the transform calls, which can then be restored using RestoreTransform
See Also