CreateSVGPathSegCurvetoCubicRel
SVGPathElement.CreateSVGPathSegCurvetoCubicRel method
Renvoie un objet SVGPathSegCurvetoCubicRel autonome et sans parent.
public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1,
float y1, 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. |
x1 | Single | Coordonnée X relative du premier point de contrôle. |
y1 | Single | La coordonnée Y relative du premier point de contrôle. |
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 SVGPathSegCurvetoCubicRel autonome et sans parent.
Voir également
- class SVGPathSegCurvetoCubicRel
- class SVGPathElement
- espace de noms Aspose.Svg
- Assemblée Aspose.SVG