SVGPathElement.CreateSVGPathSegLinetoAbs

SVGPathElement.CreateSVGPathSegLinetoAbs method

Renvoie un objet SVGPathSegLinetoAbs autonome et sans parent.

public SVGPathSegLinetoAbs CreateSVGPathSegLinetoAbs(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 SVGPathSegLinetoAbs autonome et sans parent.

Voir également