SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs method

Devuelve un objeto SVGPathSegCurvetoQuadraticSmoothAbs independiente y sin padre.

public SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(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 SVGPathSegCurvetoQuadraticSmoothAbs independiente y sin padres.

Ver también