Magick.NET-Q8-AnyCPU by Dirk Lemstra

<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="7.20.0" />

.NET API 525,520 bytes

 PathQuadraticCurveToRel

public sealed class PathQuadraticCurveToRel : IPath, IDrawingWand
Draws a quadratic Bezier curve from the current point to (x, y) using (x1, y1) as the control point using relative coordinates. At the end of the command, the new current point becomes the final (x, y) coordinate pair used in the polybezier.
public PathQuadraticCurveToRel(double x1, double y1, double x, double y)

Initializes a new instance of the PathQuadraticCurveToRel class.

public PathQuadraticCurveToRel(PointD controlPoint, PointD end)

Initializes a new instance of the PathQuadraticCurveToRel class.