SVGPathElement.CreateSVGPathSegLinetoAbs

SVGPathElement.CreateSVGPathSegLinetoAbs method

Retourneert een zelfstandig, ouderloos SVGPathSegLinetoAbs-object.

public SVGPathSegLinetoAbs CreateSVGPathSegLinetoAbs(float x, float y)
ParameterTypeBeschrijving
xSingleDe absolute X-coördinaat voor het eindpunt van dit padsegment.
ySingleDe absolute Y-coördinaat voor het eindpunt van dit padsegment.

Winstwaarde

Een zelfstandig, ouderloos SVGPathSegLinetoAbs-object.

Zie ook