CWIMAQPoints
CWIMAQPoints is a collection of CWIMAQPoint objects.
Properties
| Count | Number of objects in the collection.
|
Methods
| Add | Adds an object to the collection and returns the new object.
|
| CopyTo | Copies all of the points from one points collection into another.
|
| GetCoords | Gets the coordinates for all the points in this points collection.
|
| Initialize | Builds a points collection from an array of x-coordinates and an array of y-coordinates.
|
| Item | Returns the specified object from the collection.
|
| Remove | Removes the specified item from the collection.
|
| RemoveAll | Removes all objects from the collection.
|
See Also
CWIMAQPoint