PictureEffects.Insert(MsoPictureEffectType, Int32) Method

Definition

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.

Applies to