SVGPathElement.CreateSVGPathSegLinetoVerticalRel

SVGPathElement.CreateSVGPathSegLinetoVerticalRel method

Devuelve un objeto SVGPathSegLinetoVerticalRel independiente y sin padres.

public SVGPathSegLinetoVerticalRel CreateSVGPathSegLinetoVerticalRel(float y)
ParámetroEscribeDescripción
ySingleLa coordenada Y relativa para el punto final de este segmento de ruta.

Valor_devuelto

Un objeto SVGPathSegLinetoVerticalRel independiente y sin padres.

Ver también