downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ImagickDraw::pathCurveToSmoothAbsolute> <ImagickDraw::pathCurveToQuadraticBezierSmoothRelative
[edit] Last updated: Fri, 23 Mar 2012

view this page in

ImagickDraw::pathCurveToRelative

(PECL imagick 2.0.0)

ImagickDraw::pathCurveToRelativeÜçüncü dereceden bir Bezier eğrisi çizer

Açıklama

bool ImagickDraw::pathCurveToRelative ( float $x1 , float $y1 , float $x2 , float $y2 , float $x , float $y )
Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Göreli koordinatları kullanarak, eğrinin başlangıcındaki denetim noktası olarak (x1, y1), sonundaki denetim noktası olarak (x2, y2) kullanılarak geçerli noktadan belirtilen (x,y) noktasına üçüncü dereceden bir Bezier eğrisi çizer. Bezier eğrisinin son (x,y) noktası geçerli nokta haline gelir.

Değiştirgeler

x1

Başlangıçtaki denetim noktasının X koordinatı.

y1

Başlangıçtaki denetim noktasının Y koordinatı.

x2

Sondaki denetim noktasının X koordinatı.

y2

Sondaki denetim noktasının Y koordinatı.

x

Eğrinin son noktasının X koordinatı.

y

Eğrinin son noktasının Y koordinatı.

Dönen Değerler

Hiçbir değer dönmez.



add a note add a note User Contributed Notes ImagickDraw::pathCurveToRelative
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites