Redoes the last undone change.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub Redo
public void Redo()
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.