SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs

SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs method

Renvoie un objet SVGPathSegCurvetoQuadraticAbs autonome et sans parent.

public SVGPathSegCurvetoQuadraticAbs CreateSVGPathSegCurvetoQuadraticAbs(float x, float y, 
    float x1, float y1)
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.
x1SingleCoordonnée X absolue du premier point de contrôle.
y1SingleLa coordonnée Y absolue du premier point de contrôle.

Return_Value

Un objet SVGPathSegCurvetoQuadraticAbs autonome et sans parent.

Voir également