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 CachedImageUndoManagerGetRedoCount.)
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 CachedImageUndoManagerGetUndoCount.)
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 CachedImageUndoManagerOnAddUndo(AtalaImage, String).)
Protected methodOnClear (Overrides CachedImageUndoManagerOnClear.)
Protected methodOnGetRedoDescriptions (Overrides CachedImageUndoManagerOnGetRedoDescriptions.)
Protected methodOnGetUndoDescriptions (Overrides CachedImageUndoManagerOnGetUndoDescriptions.)
Protected methodOnRedo (Overrides CachedImageUndoManagerOnRedo.)
Protected methodOnRedoPerformed (Overrides CachedImageUndoManagerOnRedoPerformed(EventArgs).)
Protected methodOnUndo (Overrides CachedImageUndoManagerOnUndo(AtalaImage).)
Protected methodOnUndoLevelsChanged (Overrides CachedImageUndoManagerOnUndoLevelsChanged(EventArgs).)
Protected methodOnUndoListChanged
Called when the undo/redo lists have changed and raises the UndoListChanged event.
(Inherited from CachedImageUndoManager.)
Protected methodOnUndoPerformed (Overrides CachedImageUndoManagerOnUndoPerformed(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