SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs method

Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.

public SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(float x, 
    float y)
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.

Return Value

A stand-alone, parentless SVGPathSegCurvetoQuadraticSmoothAbs object.

See Also