The following tables list the members exposed by LeadPointCollection.
Name | Description | |
---|---|---|
![]() | LeadPointCollection Constructor | Creates a new instance of the LeadPointCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | Item | Gets or sets the point at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds a LeadPointD to the end of the collection. |
![]() | Clear | Removes all elements from the collection. |
![]() | Contains | Determines whether an LeadPointD is in the collection. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Move | Moves the item at the specified index to a new location in the collection. |
![]() | RemoveAt | Removes the element at the specified index of the LeadPointCollection. |
![]() | ToArray | Copies the contents of this collection to an array. |
Name | Description | |
---|---|---|
![]() | ClearItems | Removes all items from the collection. |
![]() | InsertItem | Inserts a LeadPointD into the collection at the specified index. |
![]() | MoveItem | Moves the item at the specified index to a new location in the collection. |
![]() | RemoveItem | Removes the first occurence of the specified LeadPointD from the collection. |
![]() | SetItem | Replaces the LeadPointD at the specified index. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs when values are added or removed from this collection. |