SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothAbs method

Renvoie un objet SVGPathSegCurvetoQuadraticSmoothAbs autonome et sans parent.

public SVGPathSegCurvetoQuadraticSmoothAbs CreateSVGPathSegCurvetoQuadraticSmoothAbs(float x, 
    float y)
ParamètreTaperLa description
xSingleCoordonnée X absolue du point final de ce segment de chemin.
ySingleCoordonnée Y absolue du point final de ce segment de chemin.

Return_Value

Un objet SVGPathSegCurvetoQuadraticSmoothAbs autonome et sans parent.

Voir également