This topic has not yet been rated - Rate this topic

createSVGPathSegCurvetoCubicSmoothAbs method

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs object.

Scalable Vector Graphics: Paths, Section 8.5.23Internet Explorer 9

Syntax


ISVGPathSegCurvetoCubicSmoothAbs retVal = object.createSVGPathSegCurvetoCubicSmoothAbs(x, y, x2, y2);

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.

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.

Standards information

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 point and absolute coordinates.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.