Provides access to an enumeration of points.
| Description | ||
|---|---|---|
![]() |
_NewEnum | Retrieves an IEnumVariant interface that enumerates the collection's content. This method supports the FOR EACH statement in VB. |
![]() |
Add | Adds a new point in the collection. |
![]() |
Clear | Removes all the INgPoints from the collection. |
![]() |
Count | Number of points in the collection. |
![]() |
Item | The point 'index' item in the collection. |
![]() |
Remove | Removes the point 'index' item from the collection. |
| CoClasses and Classes | Description |
|---|---|
| NgPoints | Graphic points collection object. |