SVGPathElement.CreateSVGPathSegLinetoVerticalAbs

SVGPathElement.CreateSVGPathSegLinetoVerticalAbs method

Devuelve un objeto SVGPathSegLinetoVerticalAbs independiente y sin padres.

public SVGPathSegLinetoVerticalAbs CreateSVGPathSegLinetoVerticalAbs(float y)
ParámetroEscribeDescripción
ySingleLa coordenada Y absoluta para el punto final de este segmento de ruta.

Valor_devuelto

Un objeto SVGPathSegLinetoVerticalAbs independiente y sin padre.

Ver también