GradientStopCollectionInsert Method (Int32, Single, SchemeColor) |
Creates the new gradient stop and inserts it at the specified index to the collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void Insert(
int index,
float position,
SchemeColor schemeColor
)
Public Sub Insert (
index As Integer,
position As Single,
schemeColor As SchemeColor
)
public:
virtual void Insert(
int index,
float position,
SchemeColor schemeColor
) sealed
abstract Insert :
index : int *
position : float32 *
schemeColor : SchemeColor -> unit
override Insert :
index : int *
position : float32 *
schemeColor : SchemeColor -> unit
Parameters
- index
- Type: SystemInt32
Index in the collection where new gradient stop will be inserted. - position
- Type: SystemSingle
Position of the new gradient stop. - schemeColor
- Type: Aspose.SlidesSchemeColor
Color of the new radient stop.
Implements
IGradientStopCollectionInsert(Int32, Single, SchemeColor)
See Also