Add
Add(double, CellsColor, int)
Fügen Sie einen Gradientenstopp hinzu.
public void Add(double position, CellsColor color, int alpha)
Parameter | Typ | Beschreibung |
---|---|---|
position | Double | Die Position des Stopps in Prozent. |
color | CellsColor | Die Farbe des Stopps. |
alpha | Int32 | Das Alpha der Farbe. |
Siehe auch
- class CellsColor
- class GradientStopCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells
Add(double, Color, int)
Fügen Sie einen Gradientenstopp hinzu.
public void Add(double position, Color color, int alpha)
Parameter | Typ | Beschreibung |
---|---|---|
position | Double | Die Position des Stopps in Prozent. |
color | Color | Die Farbe des Stopps. |
alpha | Int32 | Das Alpha der Farbe. |
Siehe auch
- class GradientStopCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells