Forum und email
cpdf_rmoveto

cpdf_rmoveto

(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)

cpdf_rmoveto -- Sets current point

Opis

bool cpdf_rmoveto ( int pdf_document, float x_coor, float y_coor [, int mode] )

Set the current point relative to the given coordinates.

Parametry

pdf_document

Uchwyt dokumentu, zwrócony przez cpdf_open().

x_coor

The x-coordinate of the destination point

y_coor

The y-coordinate of the destination point

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.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.

Patrz także

cpdf_moveto()