GradientStopCollectionAdd Method (Single, PresetColor) |
Creates the new gradient stop and adds it to the end of collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IGradientStop Add(
float position,
PresetColor presetColor
)
Public Function Add (
position As Single,
presetColor As PresetColor
) As IGradientStop
public:
virtual IGradientStop^ Add(
float position,
PresetColor presetColor
) sealed
abstract Add :
position : float32 *
presetColor : PresetColor -> IGradientStop
override Add :
position : float32 *
presetColor : PresetColor -> IGradientStop
Parameters
- position
- Type: SystemSingle
Position of the new gradient stop. - presetColor
- Type: Aspose.SlidesPresetColor
Color of the new radient stop.
Return Value
Type:
IGradientStopIndex of the new gradient stop in the collection.
Implements
IGradientStopCollectionAdd(Single, PresetColor)See Also