SVGPathElement.CreateSVGPathSegLinetoVerticalAbs

SVGPathElement.CreateSVGPathSegLinetoVerticalAbs method

Returns a stand-alone, parentless SVGPathSegLinetoVerticalAbs object.

public SVGPathSegLinetoVerticalAbs CreateSVGPathSegLinetoVerticalAbs(float y)
ParameterTypeDescription
ySingleThe absolute Y coordinate for the end point of this path segment.

Return Value

A stand-alone, parentless SVGPathSegLinetoVerticalAbs object.

See Also