GradientStopCollection
GradientStopCollection class
代表梯度停止集合。
public class GradientStopCollection : CollectionBase<GradientStop>
特性
姓名 | 描述 |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; set; } | 通过索引获取梯度停止点。 (2 indexers) |
方法
姓名 | 描述 |
---|---|
Add(double, CellsColor, int) | 添加渐变色标。 |
Add(double, Color, int) | 添加渐变色标。 |
BinarySearch(GradientStop) | |
BinarySearch(GradientStop, IComparer<GradientStop>) | |
BinarySearch(int, int, GradientStop, IComparer<GradientStop>) | |
Clear() | |
Contains(GradientStop) | |
CopyTo(GradientStop[]) | |
CopyTo(GradientStop[], int) | |
CopyTo(int, GradientStop[], int, int) | |
Exists(Predicate<GradientStop>) | |
Find(Predicate<GradientStop>) | |
FindAll(Predicate<GradientStop>) | |
FindIndex(Predicate<GradientStop>) | |
FindIndex(int, Predicate<GradientStop>) | |
FindIndex(int, int, Predicate<GradientStop>) | |
FindLast(Predicate<GradientStop>) | |
FindLastIndex(Predicate<GradientStop>) | |
FindLastIndex(int, Predicate<GradientStop>) | |
FindLastIndex(int, int, Predicate<GradientStop>) | |
GetEnumerator() | |
IndexOf(GradientStop) | |
IndexOf(GradientStop, int) | |
IndexOf(GradientStop, int, int) | |
LastIndexOf(GradientStop) | |
LastIndexOf(GradientStop, int) | |
LastIndexOf(GradientStop, int, int) | |
RemoveAt(int) |
也可以看看
- class CollectionBase<T>
- class GradientStop
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells