Aurigma Graphics Mill 5.5 for .NET
MultiLayerViewer..::.Redo Method
Redoes the last undone change.
Overload List
| Name | Description | |
|---|---|---|
|
|
Redo()()() |
Redoes the last undone change. |
|
|
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.