ShapePathCollection
ShapePathCollection class
表示 NotPrimitive autoshape 中的路径集合信息
public class ShapePathCollection : CollectionBase<ShapePath>
特性
姓名 | 描述 |
---|---|
Capacity { get; set; } | |
Count { get; } | 获取路径计数 |
Item { get; } | 获取创建路径。 |
Item { get; set; } |
方法
姓名 | 描述 |
---|---|
Add() | 添加创建路径。 |
BinarySearch(ShapePath) | |
BinarySearch(ShapePath, IComparer<ShapePath>) | |
BinarySearch(int, int, ShapePath, IComparer<ShapePath>) | |
Clear() | |
Contains(ShapePath) | |
CopyTo(ShapePath[]) | |
CopyTo(ShapePath[], int) | |
CopyTo(int, ShapePath[], int, int) | |
Exists(Predicate<ShapePath>) | |
Find(Predicate<ShapePath>) | |
FindAll(Predicate<ShapePath>) | |
FindIndex(Predicate<ShapePath>) | |
FindIndex(int, Predicate<ShapePath>) | |
FindIndex(int, int, Predicate<ShapePath>) | |
FindLast(Predicate<ShapePath>) | |
FindLastIndex(Predicate<ShapePath>) | |
FindLastIndex(int, Predicate<ShapePath>) | |
FindLastIndex(int, int, Predicate<ShapePath>) | |
GetEnumerator() | |
IndexOf(ShapePath) | |
IndexOf(ShapePath, int) | |
IndexOf(ShapePath, int, int) | |
LastIndexOf(ShapePath) | |
LastIndexOf(ShapePath, int) | |
LastIndexOf(ShapePath, int, int) | |
RemoveAt(int) |
也可以看看
- class CollectionBase<T>
- class ShapePath
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells