pdf_curveto

pdf_curveto -- Zeichnet eine Kurve

Beschreibung

void pdf_curveto ( int PDF-Dokument, double x1, double y1, double x2, double y2, double x3, double y3)

Die Funktion pdf_curveto( ) zeichnet eine Bezier-Kurve vom aktuellen Punkt zu dem Punkt ( x3 , y3 ) unter Verwendung von ( x1 , y1 ) und ( x2 , y2 ) als Kontrollpunkte .

Siehe auch pdf_moveto( ) , pdf_lineto( ) , pdf_stroke( ) .