SVGPathElement.CreateSVGPathSegLinetoRel

SVGPathElement.CreateSVGPathSegLinetoRel method

Renvoie un objet SVGPathSegLinetoRel autonome et sans parent.

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

Return_Value

Un objet SVGPathSegLinetoRel autonome et sans parent.

Voir également