BehaviorFactoryCreateMotionEffect Method |
Creates motion effect.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IMotionEffect CreateMotionEffect()
Public Function CreateMotionEffect As IMotionEffect
public:
virtual IMotionEffect^ CreateMotionEffect() sealed
abstract CreateMotionEffect : unit -> IMotionEffect
override CreateMotionEffect : unit -> IMotionEffect
Return Value
Type:
IMotionEffectMotion effect.
Implements
IBehaviorFactoryCreateMotionEffect
See Also