update : 2015.11.03
php.shukuma.com

검색:
 
 
Draw Bezier curve

PDF_curveto

(PHP 4, PECL pdflib >= 1.0.0)

PDF_curvetoDraw Bezier curve

설명

bool PDF_curveto ( resource $p , float $x1 , float $y1 , float $x2 , float $y2 , float $x3 , float $y3 )

Draws a Bezier curve from the current point, using 3 more control points. 성공 시 TRUE를, 실패 시 FALSE를 반환합니다.