SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel

SVGPathElement.CreateSVGPathSegCurvetoQuadraticSmoothRel method

Renvoie un objet SVGPathSegCurvetoQuadraticSmoothRel autonome et sans parent.

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

Return_Value

Un objet SVGPathSegCurvetoQuadraticSmoothRel autonome et sans parent.

Voir également