SequenceGetEffectsByShape 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)
Syntaxpublic IEffect[] GetEffectsByShape(
IShape shape
)
Public Function GetEffectsByShape (
shape As IShape
) As IEffect()
public:
virtual array<IEffect^>^ GetEffectsByShape(
IShape^ shape
) sealed
abstract GetEffectsByShape :
shape : IShape -> IEffect[]
override GetEffectsByShape :
shape : IShape -> IEffect[]
Parameters
- shape
- Type: Aspose.SlidesIShape
Return Value
Type:
IEffectImplements
ISequenceGetEffectsByShape(IShape)
See Also