MotionEffectRotationCenter Property |
Describes the center of the rotation used to rotate a motion path by X angle.
Read/write
PointF.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public PointF RotationCenter { get; set; }
Public Property RotationCenter As PointF
Get
Set
public:
virtual property PointF RotationCenter {
PointF get () sealed;
void set (PointF value) sealed;
}
abstract RotationCenter : PointF with get, set
override RotationCenter : PointF with get, set
Property Value
Type:
PointFImplements
IMotionEffectRotationCenterSee Also