PointCollection

PointCollection class

Represent collection of animation points.

PointCollection

NameDescription
PointCollection()

Returns: PointCollection


getCount

NameDescription
getCount ()Returns the number of points in the collection. Read-only int.

Returns: int


get_Item

NameDescription
get_Item (int)Returns a point at the specified index.

Parameters:

NameTypeDescription
indexintIndex of element.

Returns: Point


iterator

NameDescription
iterator ()Returns an enumerator that iterates through the collection.

Returns:


iteratorJava

NameDescription
iteratorJava ()Returns a java iterator for the entire collection.

Returns: