PathBuilder.Qr
PathBuilder.Qr method
Adds a relative ‘Quadratic Bezier Curve’ command to the path data.
public PathBuilder Qr(double x1, double y1, double x, double y)
Parameter | Type | Description |
---|---|---|
x1 | Double | The x-coordinate of the control point, relative to the current position. |
y1 | Double | The y-coordinate of the 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