CachedImageAnnotationUndoManager Class |
Namespace: Atalasoft.Annotate.UI
The CachedImageAnnotationUndoManager type exposes the following members.
Name | Description | |
---|---|---|
CachedImageAnnotationUndoManager | Creates a new instance of CachedImageAnnotationUndoManager. |
Name | Description | |
---|---|---|
RedoCount | Gets the number of redo items. (Inherited from CachedImageUndoManager.) | |
UndoCount | Gets the number of undo items. (Inherited from CachedImageUndoManager.) | |
UndoLevels | Gets or sets the maximum number of undo items to hold at any one time. (Inherited from CachedImageUndoManager.) |
Name | Description | |
---|---|---|
AddUndo | Adds a new undo state to the manager. (Inherited from CachedImageUndoManager.) | |
Clear | Clears all undo and redo items. (Inherited from CachedImageUndoManager.) | |
Dispose | Releases all resources used by the CachedImageUndoManager. (Inherited from CachedImageUndoManager.) | |
Dispose(Boolean) | Called from the Dispose and finalizer to release all resources for
the CachedImageUndoManager. (Inherited from CachedImageUndoManager.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Inherited from CachedImageUndoManager.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRedoCount | (Overrides CachedImageUndoManagerGetRedoCount.) | |
GetRedoDescriptions | Called to get an array of redo descriptions. (Inherited from CachedImageUndoManager.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUndoCount | (Overrides CachedImageUndoManagerGetUndoCount.) | |
GetUndoDescriptions | Called to get an array of undo descriptions. (Inherited from CachedImageUndoManager.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnAddUndo | (Overrides CachedImageUndoManagerOnAddUndo(AtalaImage, String).) | |
OnClear | (Overrides CachedImageUndoManagerOnClear.) | |
OnGetRedoDescriptions | (Overrides CachedImageUndoManagerOnGetRedoDescriptions.) | |
OnGetUndoDescriptions | (Overrides CachedImageUndoManagerOnGetUndoDescriptions.) | |
OnRedo | (Overrides CachedImageUndoManagerOnRedo.) | |
OnRedoPerformed | (Overrides CachedImageUndoManagerOnRedoPerformed(EventArgs).) | |
OnUndo | (Overrides CachedImageUndoManagerOnUndo(AtalaImage).) | |
OnUndoLevelsChanged | (Overrides CachedImageUndoManagerOnUndoLevelsChanged(EventArgs).) | |
OnUndoListChanged | Called when the undo/redo lists have changed and raises the UndoListChanged event. (Inherited from CachedImageUndoManager.) | |
OnUndoPerformed | (Overrides CachedImageUndoManagerOnUndoPerformed(EventArgs).) | |
Redo | Performs a redo operation and returns the resulting image. (Inherited from CachedImageUndoManager.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Undo | Performs an undo operation and returns the resulting image. (Inherited from CachedImageUndoManager.) |
Name | Description | |
---|---|---|
RedoPerformed | Raised when a redo operation has been performed. (Inherited from CachedImageUndoManager.) | |
UndoListChanged | Raised when the undo/redo lists have changed. (Inherited from CachedImageUndoManager.) | |
UndoPerformed | Raised when an undo operation has been performed. (Inherited from CachedImageUndoManager.) |