ISequenceGetEffectsByShape Method

Returns array of effects for the specified shape.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
IEffect[] GetEffectsByShape(
	IShape shape
)

Parameters

shape
Type: Aspose.SlidesIShape

Return Value

Type: IEffect
See Also