DrawRectangle(x1, y1, x2, y2)The function draws a filled rectangle by its left upper corner (x1, y1) and right bottom corner (x2, y2) coordinates. By default the color of rectangle is white. Example:
DrawRectangle (100, 100, 300, 200)This is how result would look like (red coordinates are just for reference):

See also: