IPointCollection

IPointCollection class

Represents a collection of portions.

The IPointCollection type exposes the following members:

Properties

NameDescription
countReturns the number of points in the collection.
Read-only
as_i_enumerableAllows to get base IEnumerable interface.
Read-only list.

Indexer

NameDescription
[index]Returns a point at the specified index.

See Also