PointCollection class

PointCollection class

Represent collection of animation points.

The PointCollection type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
countReturns the number of points in the collection.
Read-only int.

Returns a point at the specified index.

Indexer

NameDescription
[index]

See Also