SVGPathElement.CreateSVGPathSegLinetoAbs

SVGPathElement.CreateSVGPathSegLinetoAbs method

Returns a stand-alone, parentless SVGPathSegLinetoAbs object.

public SVGPathSegLinetoAbs CreateSVGPathSegLinetoAbs(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 SVGPathSegLinetoAbs object.

See Also