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

MultiLayerViewer.Redo Method

Redoes the last undone change.

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

Syntax

Visual Basic
Public Sub Redo
C#
public void Redo()

Remarks

This method can be used only if you have already called the Undo() method). If no undone states are available, the method will fail. You can check if the undone states exist using the CanRedo property.

Note

When this method is called, the Redoing/Redone events are raised.

See Also

Reference

Manual