CreateSVGPathSegCurvetoCubicSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method

Devuelve un objeto SVGPathSegCurvetoCubicSmoothRel independiente y sin padre.

public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y, 
    float x2, float y2)
ParámetroEscribeDescripción
xSingleLa coordenada X relativa para el punto final de este segmento de ruta.
ySingleLa coordenada Y relativa para el punto final de este segmento de ruta.
x2SingleLa coordenada X relativa para el segundo punto de control.
y2SingleLa coordenada Y relativa para el segundo punto de control.

Valor_devuelto

Un objeto SVGPathSegCurvetoCubicSmoothRel independiente y sin padres.

Ver también