CachedImageUndoManagerOnAddUndo Method |
Called to add a new undo item.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxprotected virtual void OnAddUndo(
AtalaImage image,
string description
)
Protected Overridable Sub OnAddUndo (
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.
See Also