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

MultiLayerViewer.Undo Method

Undoes the last made change.

Overload List

Name Description
Public method Undo()

Undoes the last made change.

Public method 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.

See Also

Reference