SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel method

Devuelve un objeto SVGPathSegCurvetoQuadraticSmoothRel independiente y sin padre.

public SVGPathSegCurvetoQuadraticSmoothRel CreateSVGPathSegCurvetoQuadraticSmoothRel(float x, 
    float y)
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.

Valor_devuelto

Un objeto SVGPathSegCurvetoQuadraticSmoothRel independiente y sin padres.

Ver también