WpfAnnotationUICollection Class |
Namespace: Atalasoft.Annotate.Wpf
The WpfAnnotationUICollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | WpfAnnotationUICollection() |
Creates a new instance of WpfAnnotationUICollection.
|
![]() | WpfAnnotationUICollection(WpfAnnotationUI[]) |
Creates a new instance of WpfAnnotationUICollection with the specified annoations.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of annotation in the collection.
|
![]() | IsReadOnly |
Gets a value indicating whether this collection is read-only.
|
![]() | Item |
Gets the annotation at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds an annotation to the end of the collection.
|
![]() | AddRange |
Adds a group of annotations to the collection.
|
![]() | AsReadOnly |
Returns a read-only version of this collection.
|
![]() | Clear |
Removes all items from the collection.
|
![]() | Contains |
Determines whether an annotation is contained in the collection.
|
![]() | CopyTo |
Copies the annotations into the supplied array starting at the specified index.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Returns the index of the specified annotation.
|
![]() | Insert |
Inserts an annotation into the collection at the specified index.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnCollectionChanged |
Called when the collection has been changed and raises the CollectionChanged event.
|
![]() | Remove |
Removes the specified annotation from the collection.
|
![]() | RemoveAt |
Removes the annotation at the specified index from the collection.
|
![]() | ToArray |
Returns an array of WpfAnnotationUI containing the annotations in this collection.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | CollectionChanged |
Raised when the collection has been changed.
|