[]
Inserts a picture effect in a chain of composite effects.
IPictureEffect Insert(PictureEffectType effectType, int position = -1)
Function Insert(effectType As PictureEffectType, Optional position As Integer = -1) As IPictureEffect
Type | Name | Description |
---|---|---|
PictureEffectType | effectType | An enumeration specifying the type of picture effect. |
int | position | The position of the effect in the composite chain of picture effects. |
Type | Description |
---|---|
IPictureEffect | The inserted IPictureEffect object. |
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.