CurveKeyCollection Members
The following tables list the members exposed by the CurveKeyCollection type.
Public Constructors
Name | Description | |
---|---|---|
CurveKeyCollection | Initializes a new instance of CurveKeyCollection. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the CurveKeyCollection. | |
IsReadOnly | Returns a value indicating whether the CurveKeyCollection is read-only. | |
Item | Gets or sets the element at the specified index. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds a CurveKey to the CurveKeyCollection. | |
Clear | Removes all CurveKeys from the CurveKeyCollection. | |
Clone | Creates a copy of the CurveKeyCollection. | |
Contains | Determines whether the CurveKeyCollection contains a specific CurveKey. | |
CopyTo | Copies the CurveKeys of the CurveKeyCollection to an array, starting at the array index provided. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the CurveKeyCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determines the index of a CurveKey in the CurveKeyCollection. | |
Remove | Removes the first occurrence of a specific CurveKey from the CurveKeyCollection. | |
RemoveAt | Removes the CurveKey at the specified index. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |