AnimationSplineBuilder.AddSpline
AnimationSplineBuilder.AddSpline method
Adds a cubic Bézier curve to the animation spline.
public AnimationSplineBuilder AddSpline(double x1, double y1, double x2, double y2)
| Parameter | Type | Description |
|---|---|---|
| x1 | Double | The x-coordinate of the first control point. |
| y1 | Double | The y-coordinate of the first control point. |
| x2 | Double | The x-coordinate of the second control point. |
| y2 | Double | The y-coordinate of the second control point. |
Return Value
The current instance of AnimationSplineBuilder for method chaining.
See Also
- class AnimationSplineBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG