Click or drag to resize

GraphicsIHandlerSaveTransform Method

Saves the current transform state

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
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