ShapeSegmentPathCollection
ShapeSegmentPathCollection class
表示由一系列移动、直线和曲线组成的创建路径,这些移动、直线和曲线组合在一起将形成几何形状。
public class ShapeSegmentPathCollection : CollectionBase<ShapeSegmentPath>
构造函数
姓名 | 描述 |
---|---|
ShapeSegmentPathCollection() | 默认构造函数。 |
特性
姓名 | 描述 |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | 获取ShapeSegmentPath 对象. |
Item { get; set; } |
方法
姓名 | 描述 |
---|---|
Add(ShapePathType) | 在创建路径中添加段路径。 |
BinarySearch(ShapeSegmentPath) | |
BinarySearch(ShapeSegmentPath, IComparer<ShapeSegmentPath>) | |
BinarySearch(int, int, ShapeSegmentPath, IComparer<ShapeSegmentPath>) | |
Clear() | |
Contains(ShapeSegmentPath) | |
CopyTo(ShapeSegmentPath[]) | |
CopyTo(ShapeSegmentPath[], int) | |
CopyTo(int, ShapeSegmentPath[], int, int) | |
Exists(Predicate<ShapeSegmentPath>) | |
Find(Predicate<ShapeSegmentPath>) | |
FindAll(Predicate<ShapeSegmentPath>) | |
FindIndex(Predicate<ShapeSegmentPath>) | |
FindIndex(int, Predicate<ShapeSegmentPath>) | |
FindIndex(int, int, Predicate<ShapeSegmentPath>) | |
FindLast(Predicate<ShapeSegmentPath>) | |
FindLastIndex(Predicate<ShapeSegmentPath>) | |
FindLastIndex(int, Predicate<ShapeSegmentPath>) | |
FindLastIndex(int, int, Predicate<ShapeSegmentPath>) | |
GetEnumerator() | |
IndexOf(ShapeSegmentPath) | |
IndexOf(ShapeSegmentPath, int) | |
IndexOf(ShapeSegmentPath, int, int) | |
LastIndexOf(ShapeSegmentPath) | |
LastIndexOf(ShapeSegmentPath, int) | |
LastIndexOf(ShapeSegmentPath, int, int) | |
RemoveAt(int) |
也可以看看
- class CollectionBase<T>
- class ShapeSegmentPath
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells