Insert
Insert(int, float, Color)
创建新的渐变停止并将其插入到指定索引的集合中。
public void Insert(int index, float position, Color color)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 新的渐变停止将被插入到集合中的索引。 |
position | Single | 新的渐变停止的位置。 |
color | Color | 新的渐变停止的颜色。 |
另请参见
- interface IGradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Insert(int, float, PresetColor)
创建新的渐变停止并将其插入到指定索引的集合中。
public void Insert(int index, float position, PresetColor presetColor)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 新的渐变停止将被插入到集合中的索引。 |
position | Single | 新的渐变停止的位置。 |
presetColor | PresetColor | 新的渐变停止的颜色。 |
另请参见
- enum PresetColor
- interface IGradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Insert(int, float, SchemeColor)
创建新的渐变停止并将其插入到指定索引的集合中。
public void Insert(int index, float position, SchemeColor schemeColor)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 新的渐变停止将被插入到集合中的索引。 |
position | Single | 新的渐变停止的位置。 |
schemeColor | SchemeColor | 新的渐变停止的颜色。 |
另请参见
- enum SchemeColor
- interface IGradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides