Rect(float x, float y, float w, float h [, string style])
Draws a rectangle. Can be drawn (border only), filled (no border) or both.
x
: Abscissa of the upper-left corner.y
: Ordinate of the upper-left corner.w
: Width.h
: Height.style
: Rendering style. Possible values are:
D
or empty string: draw. This is the default value.F
: fillDF
or FD
: draw and fill