[]
Represents a picture effect.
public interface IPictureEffect
Public Interface IPictureEffect
Picture effects are processed as a chain composed of individual items that are applied in sequence to create the final composited image. An effects chain will allow an effect to be added to the chain, reordered, or removed from the chain.
Name | Description |
---|---|
EffectParameters | Gets all IEffectParameter objects. |
Position | Gets or sets the position of a picture effect in a chain of composite effects. |
Type | Gets the type of PictureEffect. |
Visible | Gets or sets a value indicating whether this IPictureEffect is visible. |
Name | Description |
---|---|
Delete() | Deletes a PictureEffect object. |