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.