cpdf_arc (PHP 3>= 3.0.8, PHP 4 ) cpdf_arc -- Zeichnet einen Kreisbogen Beschreibungbool cpdf_arc ( int PDF-Dokument, float x-koor, float y-koor, float Radius, float Anfang, float Ende [, int Modus])
Die Funktion cpdf_arc() zeichnet einen
Kreisbogen mit dem Mittelpunkt (x-koor,
y-koor) und dem Radius
Radius, der mit dem Winkel
Anfang beginnt und mit dem Winkel
Ende endet. Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
The optional parameter mode determines the unit length. If it is 0 or omitted the default unit as specified for the page is used. Otherwise the coordinates are measured in postscript points disregarding the current unit.
Siehe auch: cpdf_circle().
|