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

Bitmap.Redo Method (Int32)

Redoes specified number of last undone actions.

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

Syntax

Visual Basic
Public Overridable Sub Redo ( _
	redoSteps As Integer _
)
C#
public virtual void Redo(
	int redoSteps
)

Parameters

redoSteps

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