SVGPathElement.CreateSVGPathSegMovetoAbs

SVGPathElement.CreateSVGPathSegMovetoAbs method

Returns a stand-alone, parentless SVGPathSegMovetoAbs object.

public SVGPathSegMovetoAbs CreateSVGPathSegMovetoAbs(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 SVGPathSegMovetoAbs object.

See Also