SequenceAddEffect Method (IShape, EffectType, EffectSubtype, EffectTriggerType)

Add new effect to the end of sequence.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IEffect AddEffect(
	IShape shape,
	EffectType effectType,
	EffectSubtype subtype,
	EffectTriggerType triggerType
)

Parameters

shape
Type: Aspose.SlidesIShape
effectType
Type: Aspose.Slides.AnimationEffectType
subtype
Type: Aspose.Slides.AnimationEffectSubtype
triggerType
Type: Aspose.Slides.AnimationEffectTriggerType

Return Value

Type: IEffect

Implements

ISequenceAddEffect(IShape, EffectType, EffectSubtype, EffectTriggerType)
See Also