CreateSVGPathSegCurvetoCubicSmoothRel
SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method
Returnerar ett fristående, föräldralöst SVGPathSegCurvetoCubicSmoothRel-objekt.
public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y,
float x2, float y2)
Parameter | Typ | Beskrivning |
---|---|---|
x | Single | Den relativa X-koordinaten för slutpunkten för detta vägsegment. |
y | Single | Den relativa Y-koordinaten för ändpunkten för detta vägsegment. |
x2 | Single | Den relativa X-koordinaten för den andra kontrollpunkten. |
y2 | Single | Den relativa Y-koordinaten för den andra kontrollpunkten. |
Returvärde
Ett fristående, föräldralöst SVGPathSegCurvetoCubicSmoothRel-objekt.
Se även
- class SVGPathSegCurvetoCubicSmoothRel
- class SVGPathElement
- namnutrymme Aspose.Svg
- hopsättning Aspose.SVG