PointCollection

PointCollection class

Represent collection of animation points.

public class PointCollection : IPointCollection

Constructors

NameDescription
PointCollection()The default constructor.

Properties

NameDescription
Count { get; }Returns the number of points in the collection. Read-only Int32.
Item { get; }Returns a point at the specified index.

Methods

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

See Also