The ControlPointCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
ControlPointCollection |
Creates and initializes a new collection using an array of control points. |
| Name | Description | |
|---|---|---|
|
|
CopyTo | Overloaded. Copies the elements of the collection to an array starting at a particular index. |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator for the control points allowing the collection to be used in foreach blocks. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements contained in the collection. |
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
|
|
Item |
Gets a control point by the specified index. |
|
|
SyncRoot |
Gets an object that can be used to synchronize access to the collection. |