Draw a rectangle to the X display using the current settings. Note that filled and empty are not mutually exclusive.
Left edge of the rect
Top edge of the rect
Width of the rect
Height of the rect
If true the rect will be filled
If true the rect will be empty
If true the colours will be inverted.
drw.rect(10, 10, 90, 90, true, false, false);
See Implementation
Draw a rectangle to the X display using the current settings. Note that filled and empty are not mutually exclusive.