Insert()
Contents
[
Hide
]GradientStopCollection::Insert(int32_t, float, System::Drawing::Color) method
Creates the new gradient stop and inserts it at the specified index to the collection.
void Aspose::Slides::GradientStopCollection::Insert(int32_t index, float position, System::Drawing::Color color) override
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. |
GradientStopCollection::Insert(int32_t, float, PresetColor) method
Creates the new gradient stop and inserts it at the specified index to the collection.
void Aspose::Slides::GradientStopCollection::Insert(int32_t index, float position, PresetColor presetColor) override
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. |
GradientStopCollection::Insert(int32_t, float, SchemeColor) method
Creates the new gradient stop and inserts it at the specified index to the collection.
void Aspose::Slides::GradientStopCollection::Insert(int32_t index, float position, SchemeColor schemeColor) override
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 GradientStopCollection
- Namespace Aspose::Slides
- Library Aspose.Slides