SVGPathElement.CreateSVGPathSegCurvetoCubicRel

SVGPathElement.CreateSVGPathSegCurvetoCubicRel method

Returns a stand-alone, parentless SVGPathSegCurvetoCubicRel object.

public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1, 
    float y1, 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.
x1SingleThe relative X coordinate for the first control point.
y1SingleThe relative Y coordinate for the first control point.
x2SingleThe relative X coordinate for the second control point.
y2SingleThe relative Y coordinate for the second control point.

Return Value

A stand-alone, parentless SVGPathSegCurvetoCubicRel object.

See Also