ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : PointCollection class |
For a list of all members of this type, see PointCollection members.
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. |