IPointCollection

IPointCollection interface

Represents a collection of portions.

public interface IPointCollection : IEnumerable<IPoint>

Properties

NameDescription
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