Forum und email

PDF_curveto

(PHP 4, PECL pdflib:1.0-2.1.3)

PDF_curveto — Dessine une courbe de Bezier

Description

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

pdf_curveto() dessine une courbe de Bezier à partir du point courant, et en utilisant trois points de contrôle. Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.