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
)
Function GetEffectsByShape (
shape As IShape
) As IEffect()
array<IEffect^>^ GetEffectsByShape(
IShape^ shape
)
abstract GetEffectsByShape :
shape : IShape -> IEffect[]
Parameters
- shape
- Type: Aspose.SlidesIShape
Return Value
Type:
IEffectSee Also