Insert
Contents
[
Hide
]
IGradientStopCollection.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
- interface IGradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
IGradientStopCollection.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
- interface IGradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
IGradientStopCollection.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
- interface IGradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides