SVGPathElement.CreateSVGPathSegMovetoAbs

SVGPathElement.CreateSVGPathSegMovetoAbs method

Devuelve un objeto SVGPathSegMovetoAbs independiente y sin padres.

public SVGPathSegMovetoAbs CreateSVGPathSegMovetoAbs(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 SVGPathSegMovetoAbs independiente y sin padre.

Ver también