Insert
Contents
[
Hide
]
GradientStopCollection.Insert method (1 of 3)
Creates the new gradient stop and inserts it at the specified index to the collection.
public void Insert(int index, float position, Color color)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index in the collection where new gradient stop will be inserted. |
position | Single | Position of the new gradient stop. |
color | Color | Color of the new radient stop. |
See Also
- class GradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
GradientStopCollection.Insert method (2 of 3)
Creates the new gradient stop and inserts it at the specified index to the collection.
public void Insert(int index, float position, PresetColor presetColor)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index in the collection where new gradient stop will be inserted. |
position | Single | Position of the new gradient stop. |
presetColor | PresetColor | Color of the new radient stop. |
See Also
- enum PresetColor
- class GradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
GradientStopCollection.Insert method (3 of 3)
Creates the new gradient stop and inserts it at the specified index to the collection.
public void Insert(int index, float position, SchemeColor schemeColor)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index in the collection where new gradient stop will be inserted. |
position | Single | Position of the new gradient stop. |
schemeColor | SchemeColor | Color of the new radient stop. |
See Also
- enum SchemeColor
- class GradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides