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

IStateNavigable.Redo Method (Int32)

Redoes specified number of last undone actions.

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

Syntax

Visual Basic
Sub Redo ( _
	steps As Integer _
)
C#
void Redo(
	int steps
)

Parameters

steps

Type: System.Int32

Number of steps to redo.

Remarks

If steps argument is larger than number of steps available to redo, method will fail. To avoid this, use RedoStepCount property to check how much steps are left.

See Also

Reference