SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs object.

public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y, 
    float x2, float y2)
ParameterTypeDescription
xSingleThe absolute X coordinate for the end point of this path segment.
ySingleThe absolute Y coordinate for the end point of this path segment.
x2SingleThe absolute X coordinate for the second control point.
y2SingleThe absolute Y coordinate for the second control point.

Return Value

A stand-alone, parentless SVGPathSegCurvetoCubicSmoothAbs object.

See Also