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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public AnimationEffectCollection Add(
	IShape shape
)
Public Function Add ( 
	shape As IShape
) As AnimationEffectCollection
public:
AnimationEffectCollection^ Add(
	IShape^ shape
)
member Add : 
        shape : IShape -> AnimationEffectCollection 

Parameters

shape
IShape

Return Value

AnimationEffectCollection

See Also