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
)
Public Function AddEffect (
shape As IShape,
effectType As EffectType,
subtype As EffectSubtype,
triggerType As EffectTriggerType
) As IEffect
public:
virtual IEffect^ AddEffect(
IShape^ shape,
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
) sealed
abstract AddEffect :
shape : IShape *
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
override AddEffect :
shape : IShape *
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
Parameters
- shape
- Type: Aspose.SlidesIShape
- effectType
- Type: Aspose.Slides.AnimationEffectType
- subtype
- Type: Aspose.Slides.AnimationEffectSubtype
- triggerType
- Type: Aspose.Slides.AnimationEffectTriggerType
Return Value
Type:
IEffectImplements
ISequenceAddEffect(IShape, EffectType, EffectSubtype, EffectTriggerType)See Also