PDF_rect

PDF_rect -- Draw a rectangle

Description

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

The PDF_rect() function draws a rectangle with its lower left corner at point ( x-koor , y-koor ). This width is set to widgth . This height is set to height .