SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel
SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method
Mengembalikan objek SVGPathSegCurvetoCubicSmoothRel yang berdiri sendiri dan tanpa orang tua.
public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y,
float x2, float y2)
Parameter | Jenis | Keterangan |
---|---|---|
x | Single | Koordinat relatif X untuk titik akhir segmen jalur ini. |
y | Single | Koordinat Y relatif untuk titik akhir segmen jalur ini. |
x2 | Single | Koordinat X relatif untuk titik kontrol kedua. |
y2 | Single | Koordinat Y relatif untuk titik kontrol kedua. |
Nilai Pengembalian
Objek SVGPathSegCurvetoCubicSmoothRel yang berdiri sendiri dan tanpa orang tua.
Lihat juga
- class SVGPathSegCurvetoCubicSmoothRel
- class SVGPathElement
- ruang nama Aspose.Html.Dom.Svg
- perakitan Aspose.HTML