WpfLayerCollection Class |
Namespace: Atalasoft.Annotate.Wpf
The WpfLayerCollection type exposes the following members.
Name | Description | |
---|---|---|
WpfLayerCollection |
Creates a new instance of WpfLayerCollection.
|
Name | Description | |
---|---|---|
Count |
Gets the number of layers in the collection.
| |
IsReadOnly |
Gets a value indicating whether this collection is read-only.
| |
Item |
Gets the layer at the specified index.
|
Name | Description | |
---|---|---|
Add |
Adds a layer to the collection.
| |
AddRange |
Adds an array of layers to the collection.
| |
AsReadOnly |
Returns a read-only collection of the layers.
| |
Clear |
Removes all items from the collection.
| |
Contains |
Determines whether an element is in the collection.
| |
CopyTo |
Copies the entire collection into the array, starting at the specified index of the target array.
| |
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 collection index of the specified WpfLayerAnnotation.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnCollectionChanged |
Called when there has been a change in the collection.
| |
Remove |
Removes a layer from the collection.
| |
RemoveAt |
Removes a layer at the specified index.
| |
ToArray |
Returns an array of all WpfLayerAnnotation items in the collection.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CollectionChanged |
This event is raised when there has been a changed in the collection.
|