This documentation is for the old version. Go to the latest Graphics Mill docs

IStateNavigable.SaveState Method

Saves state of the object.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Sub SaveState
C#
void SaveState()

Remarks

After you save the object state, you can revert to it using Undo() method.

See Also

Reference