PointCollection
PointCollection class
Represent collection of animation points.
PointCollection
| Name | Description |
|---|---|
| PointCollection() |
Returns: PointCollection
getCount
| Name | Description |
|---|---|
| getCount () | Returns the number of points in the collection. Read-only int. |
Returns: int
get_Item
| Name | Description |
|---|---|
| get_Item (int) | Returns a point at the specified index. |
Parameters:
| Name | Type | Description |
|---|---|---|
| index | int | Index of element. |
Returns: Point
iterator
| Name | Description |
|---|---|
| iterator () | Returns an enumerator that iterates through the collection. |
Returns:
iteratorJava
| Name | Description |
|---|---|
| iteratorJava () | Returns a java iterator for the entire collection. |
Returns: