| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
cpdf_arc
Popis
bool cpdf_arc ( int pdf_document, float x_coor, float y_coor, float radius, float start, float end [, int mode] )Draws an arc.
Seznam parametrů
pdf_documentThe document handle, returned by cpdf_open().
xThe x-coordinate of the center
yThe y-coordinate of the center
radiusThe arc radius
startThe starting angle, in degrees
endThe ending angle, in degrees
modeThe optional parameter
modedetermines 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.
| PÅ™edcházejÃcà | Domů | Dalšà |
| cpdf_add_outline | Nahoru | <