SVGPathElement.CreateSVGPathSegLinetoAbs

SVGPathElement.CreateSVGPathSegLinetoAbs method

Devuelve un objeto SVGPathSegLinetoAbs independiente y sin padres.

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

Valor_devuelto

Un objeto SVGPathSegLinetoAbs independiente y sin padre.

Ver también