ImageTransformOperationCollection Class

Represents a collection of effects apllied to an image.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesPVIObject
    Aspose.Slides.EffectsImageTransformOperationCollection

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class ImageTransformOperationCollection : PVIObject, 
	IImageTransformOperationCollection, ICollection<IImageTransformOperation>, IEnumerable<IImageTransformOperation>, 
	IEnumerable

The ImageTransformOperationCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of image effects in a collection. Read-only Int32.
Public propertyIsReadOnly
Public propertyItem
Returns an ImageTransformOperation from the collection by it's index.
Methods
  NameDescription
Public methodAdd
Adds the new image effect to the end of a collection.
Public methodAddAlphaBiLevelEffect
Adds the new Alpha Bi-Level effect to the end of a collection.
Public methodAddAlphaCeilingEffect
Adds the new Alpha Ceiling effect to the end of a collection.
Public methodAddAlphaFloorEffect
Adds the new Alpha Floor effect to the end of a collection.
Public methodAddAlphaInverseEffect
Adds the new Alpha Inverse effect to the end of a collection.
Public methodAddAlphaModulateEffect
Adds the new Alpha Modulate effect to the end of a collection.
Public methodAddAlphaModulateFixedEffect
Adds the new Alpha Modulate Fixed effect to the end of a collection.
Public methodAddAlphaReplaceEffect
Adds the new Alpha Replace effect to the end of a collection.
Public methodAddBiLevelEffect
Adds the new Bi-Level (black/white) effect to the end of a collection.
Public methodAddBlurEffect
Adds the new Blur effect to the end of a collection.
Public methodAddColorChangeEffect
Adds the new Color Change effect to the end of a collection.
Public methodAddColorReplaceEffect
Adds the new Color Replacement effect to the end of a collection.
Public methodAddDuotoneEffect
Adds the new Duotone effect to the end of a collection.
Public methodAddFillOverlayEffect
Adds the new Fill Overlay effect to the end of a collection.
Public methodAddGrayScaleEffect
Adds the new Gray Scale effect to the end of a collection.
Public methodAddHSLEffect
Adds the new Hue/Saturation/Luminance effect to the end of a collection.
Public methodAddLuminanceEffect
Adds the new Luminance effect to the end of a collection.
Public methodAddTintEffect
Adds the new Tint effect to the end of a collection.
Public methodClear
Removes all image effects from a collection.
Public methodContains
Public methodCopyTo
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Public methodRemoveAt
Removes an image effect from a collection at the specified index.
Public methodToString (Inherited from Object.)
See Also