Redoes a specified number of the last undone actions.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub Redo ( _ redoStepCount As Integer _ )
public void Redo( int redoStepCount )
Type: System.Int32
Number of steps to redo.If the redoStepCount argument is larger than the number of steps available to redo, this method will fail. To avoid this, use the RedoStepCount property to retrieve the number of available redo steps.