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