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