RemoveAt()

IGradientStopCollection::RemoveAt(int32_t) method

Removes a gradient stop at the specified index.

virtual void Aspose::Slides::IGradientStopCollection::RemoveAt(int32_t index)=0

Arguments

ParameterTypeDescription
indexint32_tIndex of a gradient stop that should be deleted.

See Also