Draw a rectangle at with its upper left corner at the given point with the given width and height. The rectangle may be optionally filled if a fill color is passed given.
draw_rect(x0,y0,width,height,color,fillcolor) or draw_rect(x0,y0,width,height,color)
Wiki: FDBasicGFX
Wiki: FDcomplete
Wiki: TableOfContents
Wiki: Update