SVGPathElement.CreateSVGPathSegCurvetoCubicRel
SVGPathElement.CreateSVGPathSegCurvetoCubicRel method
Retourneert een zelfstandig, ouderloos SVGPathSegCurvetoCubicRel-object.
public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1,
float y1, 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. |
x1 | Single | De relatieve X-coördinaat voor het eerste controlepunt. |
y1 | Single | De relatieve Y-coördinaat voor het eerste controlepunt. |
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 SVGPathSegCurvetoCubicRel-object.
Zie ook
- class SVGPathSegCurvetoCubicRel
- class SVGPathElement
- naamruimte Aspose.Html.Dom.Svg
- montage Aspose.HTML