RemoveAt

IGradientStopCollection.RemoveAt method

Removes a gradient stop at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of a gradient stop that should be deleted.

See Also