Represents a collection of PointF[] arrays.
The following tables list the members exposed by the PointCollection type.
Public Constructors
Public Properties
|
Name |
Description |
|
Item |
Gets or sets the point at the specified index. |
Public Methods
|
Name |
Description |
|
Add |
Adds the specified point to the collection. |
|
Clear |
Removes all points from the collection. |
|
GetAt |
Gets the point at the specified position. |
|
Insert |
Inserts the specified point in the collection at the specified position. |
|
Remove |
Removes the specified point from the collection. |
|
SetAt |
Sets the specified point at the specified position within the collection |
See Also
|