ShapePathPointCollection

ShapePathPointCollection class

代表所有形状路径点。

public class ShapePathPointCollection : CollectionBase<ShapePathPoint>

构造函数

姓名描述
ShapePathPointCollection()默认构造函数。

特性

姓名描述
Capacity { get; set; }
Count { get; }
Item { get; }通过索引获取形状路径点。
Item { get; set; }

方法

姓名描述
Add(int, int)添加路径点。
BinarySearch(ShapePathPoint)
BinarySearch(ShapePathPoint, IComparer<ShapePathPoint>)
BinarySearch(int, int, ShapePathPoint, IComparer<ShapePathPoint>)
Clear()
Contains(ShapePathPoint)
CopyTo(ShapePathPoint[])
CopyTo(ShapePathPoint[], int)
CopyTo(int, ShapePathPoint[], int, int)
Exists(Predicate<ShapePathPoint>)
Find(Predicate<ShapePathPoint>)
FindAll(Predicate<ShapePathPoint>)
FindIndex(Predicate<ShapePathPoint>)
FindIndex(int, Predicate<ShapePathPoint>)
FindIndex(int, int, Predicate<ShapePathPoint>)
FindLast(Predicate<ShapePathPoint>)
FindLastIndex(Predicate<ShapePathPoint>)
FindLastIndex(int, Predicate<ShapePathPoint>)
FindLastIndex(int, int, Predicate<ShapePathPoint>)
GetEnumerator()
IndexOf(ShapePathPoint)
IndexOf(ShapePathPoint, int)
IndexOf(ShapePathPoint, int, int)
LastIndexOf(ShapePathPoint)
LastIndexOf(ShapePathPoint, int)
LastIndexOf(ShapePathPoint, int, int)
RemoveAt(int)

也可以看看