ImageTransformOperationCollection
Contents
[
Hide
]ImageTransformOperationCollection class
Represents a collection of effects apllied to an image.
public sealed class ImageTransformOperationCollection : PVIObject,
IImageTransformOperationCollection
Properties
Name | Description |
---|---|
AsIPresentationComponent { get; } | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent . |
Count { get; } | Returns the number of image effects in a collection. Read-only Int32. |
IsReadOnly { get; } | Gets a value indicating whether the ICollection is read-only. Read-only Boolean. |
Item { get; } | Returns an ImageTransformOperation from the collection by it’s index. |
Methods
Name | Description |
---|---|
Add(IImageTransformOperation) | Adds the new image effect to the end of a collection. |
AddAlphaBiLevelEffect(float) | 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(float) | Adds the new Alpha Modulate Fixed effect to the end of a collection. |
AddAlphaReplaceEffect(float) | Adds the new Alpha Replace effect to the end of a collection. |
AddBiLevelEffect(float) | Adds the new Bi-Level (black/white) effect to the end of a collection. |
AddBlurEffect(double, bool) | 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(float, float, float) | Adds the new Hue/Saturation/Luminance effect to the end of a collection. |
AddLuminanceEffect(float, float) | Adds the new Luminance effect to the end of a collection. |
AddTintEffect(float, float) | Adds the new Tint effect to the end of a collection. |
Clear() | Removes all image effects from a collection. |
Contains(IImageTransformOperation) | Determines whether the ICollection contains a specific value. |
CopyTo(IImageTransformOperation[], int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
override Equals(object) | Compares with specified object. |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
override GetHashCode() | Returns hash code. |
Remove(IImageTransformOperation) | Removes the first occurrence of a specific object from the ICollection. |
RemoveAt(int) | Removes an image effect from a collection at the specified index. |
See Also
- class PVIObject
- interface IImageTransformOperationCollection
- namespace Aspose.Slides.Effects
- assembly Aspose.Slides