createSVGPathSegCurvetoQuadraticSmoothRel method

[This documentation is preliminary and is subject to change.]

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothRel object.

Scalable Vector Graphics: Paths, Section 8.5.23Internet Explorer 9

Syntax

ISVGPathSegCurvetoQuadraticSmoothRel retVal = object.createSVGPathSegCurvetoQuadraticSmoothRel(x, y);

Standards information

Parameters

  • x [in]
    Type: float

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

  • y [in]
    Type: float

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

Remarks

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

 

 

Build date: 1/26/2012