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

IStateNavigable.Redo Method

Redoes last undone change.

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

Syntax

Visual Basic
Sub Redo
C#
void Redo()

Remarks

This method can be used only if you already called Undo() method. If no undone states are available this method will fail. You can check this with CanRedo property.

See Also

Reference