SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method

Renvoie un objet SVGPathSegCurvetoCubicSmoothAbs autonome et sans parent.

public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y, 
    float x2, float y2)
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.
x2SingleCoordonnée X absolue du deuxième point de contrôle.
y2SingleCoordonnée Y absolue du deuxième point de contrôle.

Return_Value

Un objet SVGPathSegCurvetoCubicSmoothAbs autonome et sans parent.

Voir également