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

MultiLayerViewer.Redo Method

Redoes the last undone change.

Overload List

Name Description
Public method Redo()

Redoes the last undone change.

Public method Redo(Int32)

Redoes a specified number of the last undone actions.

Remarks

This method can be used only if you have already called the Undo() method). If no undone states are available, the method will fail. You can check if the undone states exist using the CanRedo property.

See Also

Reference