IImageTransformOperationCollection Interface |
Namespace: Aspose.Slides.Effects
The IImageTransformOperationCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
|
![]() | Count | (Inherited from ICollectionIImageTransformOperation.) |
![]() | IsReadOnly | (Inherited from ICollectionIImageTransformOperation.) |
![]() | Item |
Returns an IImageTransformOperation from the collection by it's index.
|
Name | Description | |
---|---|---|
![]() | Add | (Inherited from ICollectionIImageTransformOperation.) |
![]() | AddAlphaBiLevelEffect |
Adds the new Alpha Bi-Level effect to the end of a collection.
|
![]() | AddAlphaCeilingEffect |
Adds the new Alpha Ceiling effect to the end of a collection.
|
![]() | AddAlphaFloorEffect |
Adds the new Alpha Floor effect to the end of a collection.
|
![]() | AddAlphaInverseEffect |
Adds the new Alpha Inverse effect to the end of a collection.
|
![]() | AddAlphaModulateEffect |
Adds the new Alpha Modulate effect to the end of a collection.
|
![]() | AddAlphaModulateFixedEffect |
Adds the new Alpha Modulate Fixed effect to the end of a collection.
|
![]() | AddAlphaReplaceEffect |
Adds the new Alpha Replace effect to the end of a collection.
|
![]() | AddBiLevelEffect |
Adds the new Bi-Level (black/white) effect to the end of a collection.
|
![]() | AddBlurEffect |
Adds the new Blur effect to the end of a collection.
|
![]() | AddColorChangeEffect |
Adds the new Color Change effect to the end of a collection.
|
![]() | AddColorReplaceEffect |
Adds the new Color Replacement effect to the end of a collection.
|
![]() | AddDuotoneEffect |
Adds the new Duotone effect to the end of a collection.
|
![]() | AddFillOverlayEffect |
Adds the new Fill Overlay effect to the end of a collection.
|
![]() | AddGrayScaleEffect |
Adds the new Gray Scale effect to the end of a collection.
|
![]() | AddHSLEffect |
Adds the new Hue/Saturation/Luminance effect to the end of a collection.
|
![]() | AddLuminanceEffect |
Adds the new Luminance effect to the end of a collection.
|
![]() | AddTintEffect |
Adds the new Tint effect to the end of a collection.
|
![]() | Clear | (Inherited from ICollectionIImageTransformOperation.) |
![]() | Contains | (Inherited from ICollectionIImageTransformOperation.) |
![]() | CopyTo | (Inherited from ICollectionIImageTransformOperation.) |
![]() | GetEnumerator | (Inherited from IEnumerableIImageTransformOperation.) |
![]() | Remove | (Inherited from ICollectionIImageTransformOperation.) |
![]() | RemoveAt |
Removes an image effect from a collection at the specified index.
|