Join Up!
104886 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previouscpdf_add_outlinecpdf_begin_textnext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | Finnish | German

cpdf_arc

(PHP 3>= 3.0.8, PHP 4 )

cpdf_arc -- Dibuja un arco

Descripión

void cpdf_arc ( int pdf document, double x-koor, double y-koor, double radius, double start, double end, int mode)

La función cpdf_arc() dibuja un arco con el centro rn el punto (x-koor, y-koor) y radio radius, empezando en el ángulo start y terminando en el ángulo end.

El último parámetro opcional especifica el tamaño de la unidad. Si es 0 o se omite, se usa la unidad especificada por defecto. De otro modo las coordenadas son medidas en puntos postscript,despreciando la unidad actual.

Vea también cpdf_circle().

User Contributed Notes
cpdf_arc
add a note about notes
There are no user contributed notes for this page.
previouscpdf_add_outlinecpdf_begin_textnext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST