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

MultiLayerViewer.Redo Method (Int32)

Redoes a specified number of the last undone actions.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub Redo ( _
	redoStepCount As Integer _
)
C#
public void Redo(
	int redoStepCount
)

Parameters

redoStepCount

Type: System.Int32

Number of steps to redo.

Remarks

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.

See Also

Reference