IPointCollection
IPointCollection interface
Represents a collection of portions.
public interface IPointCollection : IEnumerable<IPoint>
Properties
| Name | Description |
|---|---|
| AsIEnumerable { get; } | Allows to get base IEnumerable interface. Read-only IEnumerable. |
| Count { get; } | Returns the number of points in the collection. Read-only Int32. |
| Item { get; } | Returns a point at the specified index. |
See Also
- interface IPoint
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides