PointCollection
PointCollection class
Represent collection of animation points.
public class PointCollection : IPointCollection
Constructors
| Name | Description |
|---|---|
| PointCollection() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Count { get; } | Returns the number of points in the collection. Read-only Int32. |
| Item { get; } | Returns a point at the specified index. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
See Also
- interface IPointCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides