PointCollection
PointCollection class
表示动画点的集合。
public class PointCollection : IPointCollection
构造函数
名称 | 描述 |
---|---|
PointCollection() | 默认构造函数。 |
属性
名称 | 描述 |
---|---|
Count { get; } | 返回集合中的点数。只读 Int32。 |
Item { get; } | 返回指定索引处的点。 |
方法
名称 | 描述 |
---|---|
GetEnumerator() | 返回一个枚举器,用于遍历集合。 |
表示动画点的集合。
public class PointCollection : IPointCollection
名称 | 描述 |
---|---|
PointCollection() | 默认构造函数。 |
名称 | 描述 |
---|---|
Count { get; } | 返回集合中的点数。只读 Int32。 |
Item { get; } | 返回指定索引处的点。 |
名称 | 描述 |
---|---|
GetEnumerator() | 返回一个枚举器,用于遍历集合。 |