Click or drag to resize

CachedImageAnnotationUndoManager Class

This class manages the undo and redo features of DocumentAnnotationViewer.
Inheritance Hierarchy

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class CachedImageAnnotationUndoManager : CachedImageUndoManager

The CachedImageAnnotationUndoManager type exposes the following members.

Constructors
  NameDescription
Public methodCachedImageAnnotationUndoManager
Creates a new instance of CachedImageAnnotationUndoManager.
Top
Properties
  NameDescription
Public propertyRedoCount
Gets the number of redo items.
(Inherited from CachedImageUndoManager.)
Public propertyUndoCount
Gets the number of undo items.
(Inherited from CachedImageUndoManager.)
Public propertyUndoLevels
Gets or sets the maximum number of undo items to hold at any one time.
(Inherited from CachedImageUndoManager.)
Top
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
Events
  NameDescription
Public eventRedoPerformed
Raised when a redo operation has been performed.
(Inherited from CachedImageUndoManager.)
Public eventUndoListChanged
Raised when the undo/redo lists have changed.
(Inherited from CachedImageUndoManager.)
Public eventUndoPerformed
Raised when an undo operation has been performed.
(Inherited from CachedImageUndoManager.)
Top
See Also