The following tables list the members exposed by LeadPointCollection.
Name | Description | |
---|---|---|
LeadPointCollection Constructor | Creates a new instance of the LeadPointCollection class. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when values are added or removed from this collection. |
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 Leadtools.LeadPointD to the end of the collection. | |
Clear | Removes all elements from the collection. | |
Contains | Determines whether an Leadtools.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 Leadtools.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 Leadtools.LeadPointD from the collection. | |
SetItem | Replaces the Leadtools.LeadPointD at the specified index. |