UndoCollection Methods |
The UndoCollection type exposes the following members.
Name | Description | |
---|---|---|
Add | Add a new undo level to the undo collection specifying the description and if the Image is copied. | |
Clear | Clears the undo/redo collection items. | |
CopyTo(Array, Int32) | Copies the collection items into an array. (Inherited from MarshalByRefReadOnlyCollectionBase.) | |
CopyTo(UndoLevel, Int32) | Copies the UndoLevels into an array. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
Dispose | Clean up unmanaged resources by disposing each AtalaImage in the collection. | |
Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Finalizes an instance of the UndoCollection class.
(Overrides ObjectFinalize.) | |
GetEnumerator | Returns a reference to an IEnumerator interface, whose purpose is to grant access to an
enumeration's items. (Inherited from MarshalByRefReadOnlyCollectionBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
OnGetCurrentImageCollection |
Raises the [E:GetCurrentImageCollection] event.
| |
OnNewImageCollection |
Raises the [E:NewImageCollection] event.
| |
Redo | The Redo method redo's the most recent udno in this UndoCollection.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Undo | The Undo method undo's the most recently added item to this
UndoCollection. |