Add
Contents
[
Hide
]Add(float, Color)
Creates the new gradient stop and adds it to the end of collection.
public IGradientStop Add(float position, Color color)
Parameter | Type | Description |
---|---|---|
position | Single | Position of the new gradient stop. |
color | Color | Color of the new radient stop. |
Return Value
Index of the new gradient stop in the collection.
See Also
- interface IGradientStop
- class GradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Add(float, PresetColor)
Creates the new gradient stop and adds it to the end of collection.
public IGradientStop Add(float position, PresetColor presetColor)
Parameter | Type | Description |
---|---|---|
position | Single | Position of the new gradient stop. |
presetColor | PresetColor | Color of the new radient stop. |
Return Value
Index of the new gradient stop in the collection.
See Also
- interface IGradientStop
- enum PresetColor
- class GradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
Add(float, SchemeColor)
Creates the new gradient stop and adds it to the end of collection.
public IGradientStop Add(float position, SchemeColor schemeColor)
Parameter | Type | Description |
---|---|---|
position | Single | Position of the new gradient stop. |
schemeColor | SchemeColor | Color of the new radient stop. |
Return Value
Index of the new gradient stop in the collection.
See Also
- interface IGradientStop
- enum SchemeColor
- class GradientStopCollection
- namespace Aspose.Slides
- assembly Aspose.Slides