SequenceCollection
Add Method
|
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
-
Type:
Spire.Presentation
IShape
Return Value
Type:
AnimationEffectCollection
See Also