Point |
The PointArray type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of PointF elements actually contained in the list. | |
| Item | Gets the PointF at the specified index. |
| Name | Description | |
|---|---|---|
| AddNew | Adds an new PointF object to the list. | |
| GetEnumerator | Returns an enumerator that iterates through the list. | |
| RemoveAt | Removes an PointF element at the specified index of the list. |
| Name | Description | |
|---|---|---|
| (PointArray to PointF) | Converts a PointArray structure to an PointF array. | |
| (PointArray to PointF) | Converts a PointArray structure to an PointF array. | |
| (PointF to PointArray) | Converts an PointF array to a PointArray structure. | |
| (PointF to PointArray) | Converts an PointF array to a PointArray structure. |