SVGPathElement.CreateSVGPathSegMovetoAbs

SVGPathElement.CreateSVGPathSegMovetoAbs method

Retourneert een zelfstandig, ouderloos SVGPathSegMovetoAbs-object.

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

Zie ook