CachedImageUndoManager Methods |
The CachedImageUndoManager type exposes the following members.
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. |