Click or drag to resize

AnnotationUndoManagerAddUndo Method

Adds an undo to the collection.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void AddUndo(
	AnnotationUndo undo
)

Parameters

undo
Type: Atalasoft.Annotate.UIAnnotationUndo
The AnnotationUndo to add.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the undo argument is null (Nothing in VB).
Remarks

Adding an undo will clear any redo objects.

Use the Undo method to restore this change.

See Also