Aurigma Graphics Mill 5.5 for .NET
MultiLayerViewer..::.Undo Method
Undoes the last made change.
Overload List
| Name | Description | |
|---|---|---|
|
|
Undo()()() |
Undoes the last made change. |
|
|
Undo(Int32) |
Undoes a specified number of the last actions. |
Remarks
This method can be used only if you have saved the viewer state at least once using the SaveState()()() method. If no saved states are available, the method will fail. You can check if the saved states exist using the CanUndo property.