RemoveAt

ImageTransformOperationCollection.RemoveAt method

Removes an image effect from a collection at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32Index of an image effect that should be deleted.

See Also