SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel
SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method
Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoCubicSmoothRel-object.
public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y,
float x2, float y2)
Parameter | Type | Beschrijving |
---|---|---|
x | Single | De relatieve X-coördinaat voor het eindpunt van dit padsegment. |
y | Single | De relatieve Y-coördinaat voor het eindpunt van dit padsegment. |
x2 | Single | De relatieve X-coördinaat voor het tweede controlepunt. |
y2 | Single | De relatieve Y-coördinaat voor het tweede controlepunt. |
Winstwaarde
Een zelfstandig, ouderloos SVGPathSegCurvetoCubicSmoothRel-object.
Zie ook
- class SVGPathSegCurvetoCubicSmoothRel
- class SVGPathElement
- naamruimte Aspose.Svg
- montage Aspose.SVG