Up ] Docs Home ]

Call VBE/AF v1.0P function "DrawRect"

Back ] Next ]

Data:
ES:EDI device context buffer (see #00089)
EAX = left coordinate
EBX = top coordinate
ECX = right coordinate
EDX = bottom coordinate
Description: 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.
See Also: #00089,#00094,#00095,#00097