cpdf_arc
Opis
bool cpdf_arc ( int pdf_document, float x_coor, float y_coor, float radius, float start, float end [, int mode] )Draws an arc.
Parametry
pdf_documentUchwyt dokumentu, zwrócony przez 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
modeOpcjonalny parametr
trybokreśla jednostkę długości. Jeśli jest 0 lub pominięto go, użyta jest domyślna jednostka określona dla strony. W przeciwnym wypadku współrzędne są mierzone w punktach postscriptowych ignorując obecne jednostki.
| Poprzedni | Spis treści | Następny |
| cpdf_add_outline | Początek rozdziału | <