SVGPathElement.CreateSVGPathSegLinetoRel

SVGPathElement.CreateSVGPathSegLinetoRel method

Devuelve un objeto SVGPathSegLinetoRel independiente y sin padre.

public SVGPathSegLinetoRel CreateSVGPathSegLinetoRel(float x, float y)
ParámetroEscribeDescripción
xSingleLa coordenada X relativa para el punto final de este segmento de ruta.
ySingleLa coordenada Y relativa para el punto final de este segmento de ruta.

Valor_devuelto

Un objeto SVGPathSegLinetoRel independiente y sin padre.

Ver también