PDF_curveto

(PHP 3 >= 3.0.6, PHP 4, PECL)

PDF_curveto -- Zeichnet Bézier-Kurve

Beschreibung

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

Zeichnet eine Bézier-Kurve ausgehend von der aktuellen Position, wobei drei Kontrollpunkte benutzt werden. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.