CreateSVGPathSegLinetoHorizontalRel

SVGPathElement.CreateSVGPathSegLinetoHorizontalRel method

Devuelve un objeto SVGPathSegLinetoHorizontalRel independiente y sin padre.

public SVGPathSegLinetoHorizontalRel CreateSVGPathSegLinetoHorizontalRel(float x)
ParámetroEscribeDescripción
xSingleLa coordenada X relativa para el punto final de este segmento de ruta.

Valor_devuelto

Un objeto SVGPathSegLinetoHorizontalRel independiente y sin padres.

Ver también