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

search for in the

ImagickDraw::pathCurveToSmoothRelative> <ImagickDraw::pathCurveToRelative
[edit] Last updated: Fri, 17 May 2013

view this page in

ImagickDraw::pathCurveToSmoothAbsolute

(PECL imagick 2.0.0)

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

Açıklama

bool ImagickDraw::pathCurveToSmoothAbsolute ( float $x2 , float $y2 , float $x , float $y )
Uyarı

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

Mutlak koordinatları kullanarak, geçerli noktadan belirtilen (x,y) noktasına üçüncü dereceden bir Bezier eğrisi çizer. Önceki komutun geçerli noktaya göre ikinci denetim noktasının yansıması ilk denetim noktası olarak ele alınır. (Böyle bir komut yoksa veya önceki komut ImagickDraw::pathCurveToAbsolute(), ImagickDraw::pathCurveToRelative(), ImagickDraw::pathCurveToSmoothAbsolute() veya ImagickDraw::pathCurveToSmoothRelative() değilse ilk denetim noktası olarak geçerli nokta kullanılır.) (x2, y2) ikinci (yani eğrinin sonundaki) denetim noktasıdır. İşlemin sonunda Bezier eğrisinin son (x,y) noktası geçerli nokta haline gelir.

Değiştirgeler

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::pathCurveToSmoothAbsolute - [0 notes]
There are no user contributed notes for this page.

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