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 CachedImageUndoManager.GetRedoCount().) |
![]() | 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 CachedImageUndoManager.GetUndoCount().) |
![]() | 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 CachedImageUndoManager.OnAddUndo(AtalaImage, String).) |
![]() | OnClear | (Overrides CachedImageUndoManager.OnClear().) |
![]() | OnGetRedoDescriptions | (Overrides CachedImageUndoManager.OnGetRedoDescriptions().) |
![]() | OnGetUndoDescriptions | (Overrides CachedImageUndoManager.OnGetUndoDescriptions().) |
![]() | OnRedo | (Overrides CachedImageUndoManager.OnRedo().) |
![]() | OnRedoPerformed | (Overrides CachedImageUndoManager.OnRedoPerformed(EventArgs).) |
![]() | OnUndo | (Overrides CachedImageUndoManager.OnUndo(AtalaImage).) |
![]() | OnUndoLevelsChanged | (Overrides CachedImageUndoManager.OnUndoLevelsChanged(EventArgs).) |
![]() | OnUndoListChanged | Called when the undo/redo lists have changed and raises the UndoListChanged event. (Inherited from CachedImageUndoManager.) |
![]() | OnUndoPerformed | (Overrides CachedImageUndoManager.OnUndoPerformed(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.) |