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

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()

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.
Note

When you call this method, events Redoing/Redone fires instead of Changing/Changed.

See Also

Reference