IMotionEffectRotationCenter 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)
SyntaxPointF RotationCenter { get; set; }
Property RotationCenter As PointF
Get
Set
property PointF RotationCenter {
PointF get ();
void set (PointF value);
}
abstract RotationCenter : PointF with get, set
Property Value
Type:
PointF
See Also