VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Classes Enumerations SeeAlso
In This Topic
    Vintasoft.Imaging.Undo Namespace (Vintasoft.Imaging)
    In This Topic
    Contains classes for undo/redo functionality.
    Classes
     ClassDescription
    ClassUndo action that stores information about changes in image.
    ClassGroup of undo actions.
    ClassStores and manages the undo managers.
    ClassThe empty undo action that does not contain information about changes.
    ClassStores and manages the nested undo managers of CompositeUndoManager, which manages undo changes in ImageCollection.
    ClassUndo action that stores information about image changed with image processing command.
    ClassUndo monitor that monitors the ProcessingCommandBase object and adds undo action to an undo manager if ProcessingCommandBase changed an image.
    ClassProvides the abstract base class that stores information about undo operation.
    ClassStores information about changes in object and allows to manage undo/redo changes in object.
    ClassProvides data for the Changed event.
    ClassProvides data for the Changing event.
    ClassProvides data for the Navigated event.
    ClassProvides the abstract base class for classes, which stores and manages the nested undo managers of CompositeUndoManager.
    ClassProvides data for the Changed event.
    ClassProvides the abstract base class that monitors changes in object and adds undo action to the undo manager when object is changed.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies available actions of undo manager change event.
    EnumerationSpecifies available actions, which defines the changes in undo managers dispatcher.
    See Also