pdf_rect

(PHP 3>= 3.0.6, PHP 4 )

pdf_rect -- Draws a rectangle

Popis

void pdf_rect (int pdf document, double x-coor, double y-coor, double width, double height)

Funkce pdf_rect() function draws a rectangle with its lower left corner at point (x-coor, y-coor). This width is set to width. This height is set to height.

Viz takΘ pdf_stroke().