CachedImageUndoManager.AddUndo Method |
Adds a new undo state to the manager.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic void AddUndo(
AtalaImage image,
string description
)
Public Sub AddUndo (
image As AtalaImage,
description As String
)
Parameters
- image
- Type: Atalasoft.Imaging.AtalaImage
The image to restore when Undo(AtalaImage) is called. - description
- Type: System.String
The description for this undo or null (Nothing in VB) if there is no description.
Remarks This method will clear the redo items since they are no longer valid.
See Also