SVGPathElement.CreateSVGPathSegCurvetoCubicAbs

SVGPathElement.CreateSVGPathSegCurvetoCubicAbs method

Renvoie un objet SVGPathSegCurvetoCubicAbs autonome et sans parent.

public SVGPathSegCurvetoCubicAbs CreateSVGPathSegCurvetoCubicAbs(float x, float y, float x1, 
    float y1, 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.
x1SingleCoordonnée X absolue du premier point de contrôle.
y1SingleLa coordonnée Y absolue du premier point de contrôle.
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 SVGPathSegCurvetoCubicAbs autonome et sans parent.

Voir également