createSVGPathSegCurvetoCubicAbs method

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

Returns a stand-alone, parentless SVGPathSegCurvetoCubicAbs object.

Scalable Vector Graphics: Paths, Section 8.5.23Internet Explorer 9

Syntax

ISVGPathSegCurvetoCubicAbs retVal = object.createSVGPathSegCurvetoCubicAbs(x, y, x1, y1, x2, y2);

Standards information

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.

  • x1 [in]
    Type: float

    The absolute x-coordinate for the first control point.

  • y1 [in]
    Type: float

    The absolute y-coordinate for the first control point.

  • x2 [in]
    Type: float

    The absolute x-coordinate for the second control point.

  • y2 [in]
    Type: float

    The absolute y-coordinate for the second control point.

Remarks

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

 

 

Build date: 1/26/2012