Insert
Insert(int, float, Color)
创建新的渐变色标并将其插入到集合的指定索引处。
public void Insert(int index, float position, Color color)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 集合中将插入新渐变停止点的索引。 |
position | Single | 新梯度停止的位置。 |
color | Color | 新辐射光阑的颜色。 |
也可以看看
- class GradientStopCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
Insert(int, float, PresetColor)
创建新的渐变色标并将其插入到集合的指定索引处。
public void Insert(int index, float position, PresetColor presetColor)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 集合中将插入新渐变停止点的索引。 |
position | Single | 新梯度停止的位置。 |
presetColor | PresetColor | 新辐射光阑的颜色。 |
也可以看看
- enum PresetColor
- class GradientStopCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides
Insert(int, float, SchemeColor)
创建新的渐变色标并将其插入到集合的指定索引处。
public void Insert(int index, float position, SchemeColor schemeColor)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 集合中将插入新渐变停止点的索引。 |
position | Single | 新梯度停止的位置。 |
schemeColor | SchemeColor | 新辐射光阑的颜色。 |
也可以看看
- enum SchemeColor
- class GradientStopCollection
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides