ISequenceRemoveByShape 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)
Syntax void RemoveByShape(
IShape shape
)
Sub RemoveByShape (
shape As IShape
)
void RemoveByShape(
IShape^ shape
)
abstract RemoveByShape :
shape : IShape -> unit
Parameters
- shape
- Type: Aspose.SlidesIShape
See Also