SVGPathElement.CreateSVGPathSegMovetoRel

SVGPathElement.CreateSVGPathSegMovetoRel method

Renvoie un objet SVGPathSegMovetoRel autonome et sans parent.

public SVGPathSegMovetoRel CreateSVGPathSegMovetoRel(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 SVGPathSegMovetoRel autonome et sans parent.

Voir également