PointCollection

PointCollection class

Represent collection of animation points.

PointCollection

NameDescription
PointCollection()

Result: PointCollection


getCount

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

Result: int


get_Item

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

Parameters:

NameTypeDescription
indexintIndex of element.

Result: Point


iterator

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

Result:


iteratorJava

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

Result: