[]
Represents a collection of IPictureEffect objects.
public interface IPictureEffects
Public Interface IPictureEffects
Name | Description |
---|---|
Count | Gets the count of the number of PictureEffect objects contained within the IPictureEffects collection. |
this[int] | Gets the IPictureEffect object at the specified index. |
Name | Description |
---|---|
Delete(int) | Deletes a IPictureEffect object from the collection. |
Insert(PictureEffectType, int) | Inserts a picture effect in a chain of composite effects. |