Click or drag to resize

GraphicsRestoreTransform Method

Restores the transform state

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