CachedImageUndoManagerAddUndo 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)
Syntax public void AddUndo(
AtalaImage image,
string description
)
Public Sub AddUndo (
image As AtalaImage,
description As String
)
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The image to restore when Undo(AtalaImage) is called. - description
- Type: SystemString
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