ImageTransformOperationCollection

ImageTransformOperationCollection class

Represents a collection of effects apllied to an image.

The ImageTransformOperationCollection type exposes the following members:

Properties

NameDescription
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
slideReturns the base slide.
Read-only IBaseSlide.
presentationReturns the presentation.
Read-only IPresentation.
as_i_enumerableReturns IEnumerable interface.
Read-only list.

Indexer

NameDescription
[index]Returns an ImageTransformOperation from the collection by it’s index.

Methods

NameDescription
remove_at(index)Removes an image effect from a collection at the specified index.
add_alpha_bi_level_effect(threshold)Adds the new Alpha Bi-Level effect to the end of a collection.
add_alpha_ceiling_effect()Adds the new Alpha Ceiling effect to the end of a collection.
add_alpha_floor_effect()Adds the new Alpha Floor effect to the end of a collection.
add_alpha_inverse_effect()Adds the new Alpha Inverse effect to the end of a collection.
add_alpha_modulate_effect()Adds the new Alpha Modulate effect to the end of a collection.
add_alpha_modulate_fixed_effect(amount)Adds the new Alpha Modulate Fixed effect to the end of a collection.
add_alpha_replace_effect(alpha)Adds the new Alpha Replace effect to the end of a collection.
add_bi_level_effect(threshold)Adds the new Bi-Level (black/white) effect to the end of a collection.
add_blur_effect(radius, grow)Adds the new Blur effect to the end of a collection.
add_color_change_effect()Adds the new Color Change effect to the end of a collection.
add_color_replace_effect()Adds the new Color Replacement effect to the end of a collection.
add_duotone_effect()Adds the new Duotone effect to the end of a collection.
add_fill_overlay_effect()Adds the new Fill Overlay effect to the end of a collection.
add_gray_scale_effect()Adds the new Gray Scale effect to the end of a collection.
add_hsl_effect(hue, saturation, luminance)Adds the new Hue/Saturation/Luminance effect to the end of a collection.
add_luminance_effect(brightness, contrast)Adds the new Luminance effect to the end of a collection.
add_tint_effect(hue, amount)Adds the new Tint effect to the end of a collection.

See Also