Click or drag to resize

CachedImageAnnotationUndoManager Methods

The CachedImageAnnotationUndoManager type exposes the following members.

Methods
  NameDescription
Public methodAddUndo
Adds a new undo state to the manager.
(Inherited from CachedImageUndoManager.)
Public methodClear
Clears all undo and redo items.
(Inherited from CachedImageUndoManager.)
Public methodDispose()
Releases all resources used by the CachedImageUndoManager.
(Inherited from CachedImageUndoManager.)
Protected methodDispose(Boolean) (Inherited from CachedImageUndoManager.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from CachedImageUndoManager.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetRedoCount (Overrides CachedImageUndoManager.GetRedoCount().)
Public methodGetRedoDescriptions
Called to get an array of redo descriptions.
(Inherited from CachedImageUndoManager.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetUndoCount (Overrides CachedImageUndoManager.GetUndoCount().)
Public methodGetUndoDescriptions
Called to get an array of undo descriptions.
(Inherited from CachedImageUndoManager.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddUndo (Overrides CachedImageUndoManager.OnAddUndo(AtalaImage, String).)
Protected methodOnClear (Overrides CachedImageUndoManager.OnClear().)
Protected methodOnGetRedoDescriptions (Overrides CachedImageUndoManager.OnGetRedoDescriptions().)
Protected methodOnGetUndoDescriptions (Overrides CachedImageUndoManager.OnGetUndoDescriptions().)
Protected methodOnRedo (Overrides CachedImageUndoManager.OnRedo().)
Protected methodOnRedoPerformed (Overrides CachedImageUndoManager.OnRedoPerformed(EventArgs).)
Protected methodOnUndo (Overrides CachedImageUndoManager.OnUndo(AtalaImage).)
Protected methodOnUndoLevelsChanged (Overrides CachedImageUndoManager.OnUndoLevelsChanged(EventArgs).)
Protected methodOnUndoListChanged
Called when the undo/redo lists have changed and raises the UndoListChanged event.
(Inherited from CachedImageUndoManager.)
Protected methodOnUndoPerformed (Overrides CachedImageUndoManager.OnUndoPerformed(EventArgs).)
Public methodRedo
Performs a redo operation and returns the resulting image.
(Inherited from CachedImageUndoManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUndo
Performs an undo operation and returns the resulting image.
(Inherited from CachedImageUndoManager.)
Top
See Also