PathBuilder.Sr
PathBuilder.Sr method
Adds a relative ‘Smooth Cubic Bezier Curve To’ command to the path data.
public PathBuilder Sr(double x2, double y2, double x, double y)
Parameter | Type | Description |
---|---|---|
x2 | Double | The x-coordinate of the second control point, relative to the current position. |
y2 | Double | The y-coordinate of the second control point, relative to the current position. |
x | Double | The x-coordinate of the end point of the curve, relative to the current position. |
y | Double | The y-coordinate of the end point of the curve, relative to the current position. |
Return Value
The current PathBuilder instance.
See Also
- class PathBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG