CreateSVGPathSegCurvetoCubicSmoothAbs
SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothAbs method
Renvoie un objet SVGPathSegCurvetoCubicSmoothAbs autonome et sans parent.
public SVGPathSegCurvetoCubicSmoothAbs CreateSVGPathSegCurvetoCubicSmoothAbs(float x, float y,
float x2, float y2)
Paramètre | Taper | La description |
---|---|---|
x | Single | Coordonnée X absolue du point final de ce segment de chemin. |
y | Single | Coordonnée Y absolue du point final de ce segment de chemin. |
x2 | Single | Coordonnée X absolue du deuxième point de contrôle. |
y2 | Single | Coordonnée Y absolue du deuxième point de contrôle. |
Return_Value
Un objet SVGPathSegCurvetoCubicSmoothAbs autonome et sans parent.
Voir également
- class SVGPathSegCurvetoCubicSmoothAbs
- class SVGPathElement
- espace de noms Aspose.Svg
- Assemblée Aspose.SVG