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_document
Uchwyt dokumentu, zwrócony przez cpdf_open().
x
The x-coordinate of the center
y
The y-coordinate of the center
radius
The arc radius
start
The starting angle, in degrees
end
The ending angle, in degrees
mode
Opcjonalny parametr
tryb
okreś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 | <