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