GradientStopCollection
Contenido
[
Ocultar
]GradientStopCollection class
Representa la colección de parada de gradiente.
public class GradientStopCollection : CollectionBase<GradientStop>
Propiedades
| Nombre | Descripción |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; set; } | Obtiene la parada de gradiente por el índice. (2 indexers) |
Métodos
| Nombre | Descripción |
|---|---|
| Add(double, CellsColor, int) | Agregar una parada de degradado. |
| Add(double, Color, int) | Agregar una parada de degradado. |
| 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) |
Ver también
- class CollectionBase<T>
- class GradientStop
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells