BehaviorFactoryCreateRotationEffect Method |
Creates rotation effect.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IRotationEffect CreateRotationEffect()
Public Function CreateRotationEffect As IRotationEffect
public:
virtual IRotationEffect^ CreateRotationEffect() sealed
abstract CreateRotationEffect : unit -> IRotationEffect
override CreateRotationEffect : unit -> IRotationEffect
Return Value
Type:
IRotationEffectRotation effect.
Implements
IBehaviorFactoryCreateRotationEffect
See Also