SVGPathElement.CreateSVGPathSegCurvetoCubicAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicAbs method

Returns a stand-alone, parentless SVGPathSegCurvetoCubicAbs object.

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

Return Value

A stand-alone, parentless SVGPathSegCurvetoCubicAbs object.

See Also