Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
IShape
animationEffectType
AnimationEffectType

Return Value

AnimationEffect

See Also