ImageTransformOperationCollection
内容
[
隐藏
]ImageTransformOperationCollection class
表示应用于图像的效果集合。
public sealed class ImageTransformOperationCollection : PVIObject,
IImageTransformOperationCollection
特性
姓名 | 描述 |
---|---|
AsIPresentationComponent { get; } | 允许获取基本 IPresentationComponent 接口。 只读IPresentationComponent 。 |
Count { get; } | 返回集合中图像效果的数量。 只读Int32。 |
IsReadOnly { get; } | 获取一个值,该值指示ICollection是否为只读。 只读Boolean。 |
Item { get; } | 通过它的索引从集合中返回ImageTransformOperation 。 |
方法
姓名 | 描述 |
---|---|
Add(IImageTransformOperation) | 将新的图像效果添加到集合的末尾。 |
AddAlphaBiLevelEffect(float) | 将新的 Alpha Bi-Level 效果添加到集合的末尾。 |
AddAlphaCeilingEffect() | 将新的 Alpha Ceiling 效果添加到集合的末尾。 |
AddAlphaFloorEffect() | 将新的 Alpha Floor 效果添加到集合的末尾。 |
AddAlphaInverseEffect() | 将新的 Alpha Inverse 效果添加到集合的末尾。 |
AddAlphaModulateEffect() | 将新的 Alpha 调制效果添加到集合的末尾。 |
AddAlphaModulateFixedEffect(float) | 将新的 Alpha Modulate Fixed 效果添加到集合的末尾。 |
AddAlphaReplaceEffect(float) | 将新的 Alpha Replace 效果添加到集合的末尾。 |
AddBiLevelEffect(float) | 将新的 Bi-Level(黑/白)效果添加到集合的末尾。 |
AddBlurEffect(double, bool) | 将新的模糊效果添加到集合的末尾。 |
AddColorChangeEffect() | 将新的颜色变化效果添加到集合的末尾。 |
AddColorReplaceEffect() | 将新的颜色替换效果添加到集合的末尾。 |
AddDuotoneEffect() | 将新的双色调效果添加到集合的末尾。 |
AddFillOverlayEffect() | 将新的填充叠加效果添加到集合的末尾。 |
AddGrayScaleEffect() | 将新的灰度效果添加到集合的末尾。 |
AddHSLEffect(float, float, float) | 将新的色相/饱和度/亮度效果添加到集合的末尾。 |
AddLuminanceEffect(float, float) | 将新的亮度效果添加到集合的末尾。 |
AddTintEffect(float, float) | 将新的 Tint 效果添加到集合的末尾。 |
Clear() | 从集合中删除所有图像效果。 |
Contains(IImageTransformOperation) | 确定ICollection是否包含特定值。 |
CopyTo(IImageTransformOperation[], int) | 将ICollection的元素复制到System。Array,从特定的Array索引开始。 |
override Equals(object) | 与指定对象比较。 |
GetEnumerator() | 返回一个遍历集合的枚举器。 |
override GetHashCode() | 返回哈希码。 |
Remove(IImageTransformOperation) | 从ICollection中删除特定对象的第一个匹配项。 |
RemoveAt(int) | 从指定索引处的集合中删除图像效果。 |
也可以看看
- class PVIObject
- interface IImageTransformOperationCollection
- 命名空间 Aspose.Slides.Effects
- 部件 Aspose.Slides