PictureEffects.Insert(MsoPictureEffectType, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts a picture effect in a chain of composite effects.
public Microsoft.Office.Core.PictureEffect Insert (Microsoft.Office.Core.MsoPictureEffectType EffectType, int Position = -1);
abstract member Insert : Microsoft.Office.Core.MsoPictureEffectType * int -> Microsoft.Office.Core.PictureEffect
Public Function Insert (EffectType As MsoPictureEffectType, Optional Position As Integer = -1) As PictureEffect
Parameters
- EffectType
- MsoPictureEffectType
An MsoPictureEffectType enumeration specifying the type of picture effect.
- Position
- Int32
Specifies the position of the effect in the composite chain of picture effects.
Returns
Returns a PictureEffect.
Remarks
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 enables an effect to be added to the chain, reordered, or removed from the chain.