IImageTransformOperationCollection class

IImageTransformOperationCollection class

Represents a collection of effects apllied to an image.

The IImageTransformOperationCollection type exposes the following members:

Returns an IImageTransformOperation from the collection by it’s index.

Indexer

NameDescription
[index]

Methods

MethodDescription
remove_atRemoves an image effect from a collection at the specified index.
add_alpha_bi_level_effectAdds the new Alpha Bi-Level effect to the end of a collection.
add_alpha_ceiling_effectAdds the new Alpha Ceiling effect to the end of a collection.
add_alpha_floor_effectAdds the new Alpha Floor effect to the end of a collection.
add_alpha_inverse_effectAdds the new Alpha Inverse effect to the end of a collection.
add_alpha_modulate_effectAdds the new Alpha Modulate effect to the end of a collection.
add_alpha_modulate_fixed_effectAdds the new Alpha Modulate Fixed effect to the end of a collection.
add_alpha_replace_effectAdds the new Alpha Replace effect to the end of a collection.
add_bi_level_effectAdds the new Bi-Level (black/white) effect to the end of a collection.
add_blur_effectAdds the new Blur effect to the end of a collection.
add_color_change_effectAdds the new Color Change effect to the end of a collection.
add_color_replace_effectAdds the new Color Replacement effect to the end of a collection.
add_duotone_effectAdds the new Duotone effect to the end of a collection.
add_fill_overlay_effectAdds the new Fill Overlay effect to the end of a collection.
add_gray_scale_effectAdds the new Gray Scale effect to the end of a collection.
add_hsl_effectAdds the new Hue/Saturation/Luminance effect to the end of a collection.
add_luminance_effectAdds the new Luminance effect to the end of a collection.
add_tint_effectAdds the new Tint effect to the end of a collection.

See Also