SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method

Devuelve un objeto SVGPathSegCurvetoCubicSmoothAbs independiente y sin padres.

public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y, 
    float x2, float y2)
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.
x2SingleLa coordenada X absoluta para el segundo punto de control.
y2SingleLa coordenada Y absoluta para el segundo punto de control.

Valor_devuelto

Un objeto SVGPathSegCurvetoCubicSmoothAbs independiente y sin padres.

Ver también