| Name | Description | |
|---|---|---|
|  | PointCollection Constructor | 
The following tables list the members exposed by PointCollection.
| Name | Description | |
|---|---|---|
|  | PointCollection Constructor | 
| Name | Description | |
|---|---|---|
|  | addPoint | Appends a point to the end of the collection. | 
|  | addPoints | Appends a collection of points to the end of the collection. | 
|  | forEach | Calls the specified function once for each point in the collection. | 
|  | getPoint | Returns a point in the collection. | 
|  | moveAllPoints | Adds an X and Y offset to every point in the collection. | 
|  | removeAllPoints | Removes all the points from the collection. | 
|  | removePoint | Removes one point from the collection. | 
|  | setPoint | Changes the value of a point in the collection. | 
| Name | Description | |
|---|---|---|
|  | pointAdded | Indicates that a new point was added to the collection. | 
|  | pointChanged | Indicates that a point in the collection was changed. | 
|  | pointRemoved | Indicates that a point was removed from the collection. |