SequenceRemoveByShape Method |
Remove effect for the specified shape.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void RemoveByShape(
IShape shape
)
Public Sub RemoveByShape (
shape As IShape
)
public:
virtual void RemoveByShape(
IShape^ shape
) sealed
abstract RemoveByShape :
shape : IShape -> unit
override RemoveByShape :
shape : IShape -> unit
Parameters
- shape
- Type: Aspose.SlidesIShape
Implements
ISequenceRemoveByShape(IShape)
See Also