CachedImageUndoManagerUndo Method |
Performs an undo operation and returns the resulting image.
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 AtalaImage Undo(
AtalaImage redoImage
)
Public Function Undo (
redoImage As AtalaImage
) As AtalaImage
Parameters
- redoImage
- Type: Atalasoft.ImagingAtalaImage
The image that will be returned from a call to Redo.
This can be null (Nothing in VB) if redo does not need to produce an image.
Return Value
Type:
AtalaImage The
AtalaImage resulting from this undo operation. This may be
null
(
Nothing in VB).
See Also