diff --git a/functions/pdf.xml b/functions/pdf.xml index af9fc13f31..2e11538a8c 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -1,4 +1,4 @@ - + PDF functions PDF @@ -623,24 +623,54 @@ pdf_delete($pdf); pdf_arc - Draws an arc + Draws an arc (counterclockwise) Description void pdf_arc - int pdf object - double x - double y - double r - double alpha - double beta + resource pdf object + float x + float y + float r + float alpha + float beta Draw a counterclockwise circular arc from alpha to beta degrees + + See also: pdf_arcn + + + + + + + pdf_arcn + Draws an arc (clockwise) + + + Description + + + void pdf_arc + resource pdf object + float x + float y + float r + float alpha + float beta + + + + Draw a clockwise circular arc from alpha to beta degrees + + + See also: pdf_arc + @@ -2834,4 +2864,5 @@ sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: +vim: ts=1 sw=1 et syntax=sgml -->