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)
Syntaxpublic int GetCount(
IShape shape
)
Public Function GetCount (
shape As IShape
) As Integer
public:
virtual int GetCount(
IShape^ shape
) sealed
abstract GetCount :
shape : IShape -> int
override GetCount :
shape : IShape -> int
Parameters
- shape
- Type: Aspose.SlidesIShape
Return Value
Type:
Int32Implements
ISequenceGetCount(IShape)
See Also