IPointCollection

IPointCollection interface

表示部分的集合。

public interface IPointCollection : IEnumerable<IPoint>

特性

姓名描述
AsIEnumerable { get; }允许获取基本 IEnumerable 接口。 只读IEnumerable。
Count { get; }返回集合中的点数。 只读Int32。
Item { get; }返回指定索引处的点。

也可以看看