createSVGPathSegCurvetoQuadraticSmoothAbs method

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.

 

Syntax

ISVGPathSegCurvetoQuadraticSmoothAbs retVal = object.createSVGPathSegCurvetoQuadraticSmoothAbs(x, y);

Parameters

  • x [in]
    Type: float

    The absolute x-coordinate for the end point of this path segment.

  • y [in]
    Type: float

    The absolute y-coordinate for the end point of this path segment.

Standards information

Remarks

Returns a stand-alone, parentless quadratic Bézier curve that is drawn from the current point to the specified point by using absolute coordinates.