Name | Description | |
---|---|---|
![]() | WebPointCollectionJS | Initializes a new instance of the WebPointCollectionJS class. |
Name | Description | |
---|---|---|
![]() | WebPointCollectionJS | Initializes a new instance of the WebPointCollectionJS class. |
Name | Description | |
---|---|---|
![]() | add | Adds a point to the end of collection. |
![]() | changeItem | Changes the point in collection. |
![]() | clone | Creates a new point collection that is a copy of the current point collection. |
![]() | copyTo | Copies the state of the point collection to the target point collection if their max length are equal. |
![]() | get_Count | Gets the number of point in collection. |
![]() | get_Items | Gets the points. |
![]() | getItem | Returns the point. |
![]() | insert | Inserts a point into collection. |
![]() | pop | Retrieves the last point from collection. |
![]() | remove | Removes point from collection. |
![]() | removePoints | Removes points from collection. |
![]() | set_Items | Sets the points. |
![]() | swap | Swaps two points in the collection. |
Name | Description | |
---|---|---|
![]() | changed | Occurs when points collection is changed. |
![]() | changing | Occurs when points collection is changing. |