SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method

Returns a stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel object.

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

Return Value

A stand-alone, parentless SVGPathSegCurvetoCubicSmoothRel object.

See Also