Add

ImageTransformOperationCollection.Add method

Adds the new image effect to the end of a collection.

public void Add(IImageTransformOperation operation)
ParameterTypeDescription
operationIImageTransformOperationThe image effect to add to the end of a collection.

See Also