GradientStopCollectionRemoveAt Method

Removes a gradient stop at the specified index.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
Index of a gradient stop that should be deleted.

Implements

IGradientStopCollectionRemoveAt(Int32)
See Also