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