SVGPathElement.CreateSVGPathSegMovetoAbs

SVGPathElement.CreateSVGPathSegMovetoAbs method

Renvoie un objet SVGPathSegMovetoAbs autonome et sans parent.

public SVGPathSegMovetoAbs CreateSVGPathSegMovetoAbs(float x, float y)
ParamètreTaperLa description
xSingleCoordonnée X absolue du point final de ce segment de chemin.
ySingleCoordonnée Y absolue du point final de ce segment de chemin.

Return_Value

Un objet SVGPathSegMovetoAbs autonome et sans parent.

Voir également