)
Call VBE/AF v1.0P function "DrawRect" with:
ES:EDI -> device context buffer (see #00089)
EAX = left coordinate
EBX = top coordinate
ECX = right coordinate
EDX = bottom coordinate
Desc: draw a solid rectangle in the currently-active foreground color and
mix, omitting the rightmost X coordinate and bottom-most scan line
Note: results are undefined if EAX>ECX or EBX>EDX; nothing will be drawn if
EAX=ECX or EBX=EDX
SeeAlso: #00089,#00094,#00095,#00097