SVGPathElement.CreateSVGPathSegCurvetoQuadraticRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticRel method

Renvoie un objet SVGPathSegCurvetoQuadraticRel autonome et sans parent.

public SVGPathSegCurvetoQuadraticRel CreateSVGPathSegCurvetoQuadraticRel(float x, float y, 
    float x1, float y1)
ParamètreTaperLa description
xSingleCoordonnée X relative du point final de ce segment de chemin.
ySingleCoordonnée Y relative du point final de ce segment de chemin.
x1SingleCoordonnée X relative du premier point de contrôle.
y1SingleLa coordonnée Y relative du premier point de contrôle.

Return_Value

Un objet SVGPathSegCurvetoQuadraticRel autonome et sans parent.

Voir également