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)
ParameterJenisKeterangan
xSingleKoordinat relatif X untuk titik akhir segmen jalur ini.
ySingleKoordinat Y relatif untuk titik akhir segmen jalur ini.
x2SingleKoordinat X relatif untuk titik kontrol kedua.
y2SingleKoordinat Y relatif untuk titik kontrol kedua.

Nilai Pengembalian

Objek SVGPathSegCurvetoCubicSmoothRel yang berdiri sendiri dan tanpa orang tua.

Lihat juga