AnnotationUICollection Class |
Namespace: Atalasoft.Annotate.UI
The AnnotationUICollection type exposes the following members.
| Name | Description | |
|---|---|---|
| AnnotationUICollection | Creates a new instance of AnnotationUICollection. | |
| AnnotationUICollection(Boolean) | Creates a new instance of AnnotationUICollection used for storage. | |
| AnnotationUICollection(AnnotationUI) | Creates a new instance of AnnotationUICollection specifying an array of AnnotationUI objects. | |
| AnnotationUICollection(SerializationInfo, StreamingContext) | Creates a new instance of AnnotationUICollection from serialized information. |
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from CollectionBase.) | |
| Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Inherited from CollectionBase.) | |
| InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) | |
| Item | Gets the AnnotationUI at the specified index. | |
| List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from CollectionBase.) |
| Name | Description | |
|---|---|---|
| Add | Adds a single annotation to the collection. | |
| AddRange(AnnotationUI) | Adds an array of annotations to the collection. | |
| AddRange(AnnotationUICollection) | Adds annotations from another AnnotationUICollection to this collection. | |
| Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) | |
| Clone | Creates a copy of this collection and all items it contains. | |
| Contains | Determines if an annotation is contained within the collection. | |
| CopyTo(AnnotationUI) | Copies all of the items from this collection into an array. | |
| CopyTo(AnnotationUI, Int32) | Copies items into the specifed array. | |
| CopyTo(Int32, AnnotationUI, Int32, Int32) | Copies annotations from this collection into an array. | |
| Dispose | Disposes this collection and all items it contains. | |
| Dispose(Boolean) | Releases resources used by this object. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Finalizes an instance of the AnnotationUICollection class.
(Overrides ObjectFinalize.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from CollectionBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData | Fills a SerializationInfo object with information about this collection. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Returns the index of a specified annotation. | |
| Insert |
Inserts an annotation into the collection at the specified position.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnClear | Called when the Clear method is used. (Overrides CollectionBaseOnClear.) | |
| OnClearComplete | Called when the clear operation has finished. (Overrides CollectionBaseOnClearComplete.) | |
| OnCollectionChanged | Called when there is a change to the collection. | |
| OnDeserialization | Called after an object has been fully deserialized by a serialization formatter. | |
| OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnInsertComplete | Called when an insert operation has finished. (Overrides CollectionBaseOnInsertComplete(Int32, Object).) | |
| OnRemove | Called when an annotation is removed from the collection. (Overrides CollectionBaseOnRemove(Int32, Object).) | |
| OnRemoveComplete | Called when a remove operation has finished. (Overrides CollectionBaseOnRemoveComplete(Int32, Object).) | |
| OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase.) | |
| OnSetComplete | Called when an item has been swapped with another. (Overrides CollectionBaseOnSetComplete(Int32, Object, Object).) | |
| OnValidate | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) | |
| Remove(AnnotationUI) | Removes an annotation from the collection. | |
| Remove(AnnotationUI) | Removes multiple annotations from the collection. | |
| RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AnnotationControllerNotification | Raised when there has been a change to an item in this collection. | |
| CollectionChanged | Raised when there has been a change in the collection. | |
| PropertyChanging | Raise before a change is applied to an item in this collection. |