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

IStateNavigable.Undo Method

Undoes last made change.

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

Syntax

Visual Basic
Sub Undo
C#
void Undo()

Remarks

This method can be used only if you have saved object state at least once (using method SaveState()). If no states to undo are available, method will fail. You can check this with CanUndo property.

See Also

Reference