Aurigma Graphics Mill 5.5 for .NET
Bitmap..::.Redo Method
Redoes last undone change.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Overridable Sub Redo
C#
public virtual void Redo()
Implements
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.