cpdf_circle
Beschreibung
bool cpdf_circle ( int PDF-Dokument, float x-koor, float y-koor, float Radius [, int Modus])Die Funktion cpdf_circle() zeichnet einen Kreis mit dem Mittelpunkt (x-koor, y-koor) und dem Radius Radius. 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_arc().
| Zurück | Zum Anfang | Weiter |
| cpdf_begin_text | Nach oben | cpdf_clip |