ImageMagick.PathSmoothQuadraticCurveToRel.PathSmoothQuadraticCurveToRel C# (CSharp) Method

PathSmoothQuadraticCurveToRel() public method

Initializes a new instance of the PathSmoothQuadraticCurveToRel class.
public PathSmoothQuadraticCurveToRel ( PointD end )
end PointD Coordinate of final point
    public PathSmoothQuadraticCurveToRel(PointD end)
    {
      _End = end;
    }

Same methods

PathSmoothQuadraticCurveToRel::PathSmoothQuadraticCurveToRel ( double x, double y )
PathSmoothQuadraticCurveToRel