Warning: Cannot modify header information - headers already sent by (output started at /var/www/jonas-eriksen.dk/pic/private/index.php:1) in /var/www/jonas-eriksen.dk/pic/private/index.php on line 215 Rect
Rect
Rect(float x, float y, float w, float h [, string style])
Description
Outputs a rectangle. It can be drawn (border only), filled (with no border) or both.
Parameters
x
Abscissa of upper-left corner.
y
Ordinate of upper-left corner.
w
Width.
h
Height.
style
Style of rendering. Possible values are:
D or empty string: draw. This is the default value.