Returns count of effects for the specified shape.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxint GetCount(
IShape shape
)
Function GetCount (
shape As IShape
) As Integer
int GetCount(
IShape^ shape
)
abstract GetCount :
shape : IShape -> int
Parameters
- shape
- Type: Aspose.SlidesIShape
Return Value
Type:
Int32
See Also