AnimationEffectCollection
AddEffect Method
|
Add new effect to the end of sequence.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public AnimationEffect AddEffect(
IShape shape,
AnimationEffectType animationEffectType
)
Public Function AddEffect (
shape As IShape,
animationEffectType As AnimationEffectType
) As AnimationEffect
public:
AnimationEffect^ AddEffect(
IShape^ shape,
AnimationEffectType animationEffectType
)
member AddEffect :
shape : IShape *
animationEffectType : AnimationEffectType -> AnimationEffect
Parameters
-
shape
-
Type:
Spire.Presentation
IShape
-
animationEffectType
-
Type:
Spire.Presentation.Drawing.Animation
AnimationEffectType
Return Value
Type:
AnimationEffect
See Also