Click or drag to resize

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
)

Parameters

shape
Type: Spire.Presentation IShape
animationEffectType
Type: Spire.Presentation.Drawing.Animation AnimationEffectType

Return Value

Type: AnimationEffect
See Also