Insert()
Contents
[
Hide
]IGradientStopCollection::Insert(int32_t, float, System::Drawing::Color) method
Creates the new gradient stop and inserts it at the specified index to the collection.
virtual void Aspose::Slides::IGradientStopCollection::Insert(int32_t index, float position, System::Drawing::Color color)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index in the collection where new gradient stop will be inserted. |
position | float | Position of the new gradient stop. |
color | System::Drawing::Color | Color of the new radient stop. |
IGradientStopCollection::Insert(int32_t, float, PresetColor) method
Creates the new gradient stop and inserts it at the specified index to the collection.
virtual void Aspose::Slides::IGradientStopCollection::Insert(int32_t index, float position, PresetColor presetColor)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index in the collection where new gradient stop will be inserted. |
position | float | Position of the new gradient stop. |
presetColor | PresetColor | Color of the new radient stop. |
IGradientStopCollection::Insert(int32_t, float, SchemeColor) method
Creates the new gradient stop and inserts it at the specified index to the collection.
virtual void Aspose::Slides::IGradientStopCollection::Insert(int32_t index, float position, SchemeColor schemeColor)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index in the collection where new gradient stop will be inserted. |
position | float | Position of the new gradient stop. |
schemeColor | SchemeColor | Color of the new radient stop. |
See Also
- Enum PresetColor
- Enum SchemeColor
- Class Color
- Class IGradientStopCollection
- Namespace Aspose::Slides
- Library Aspose.Slides