Platform
Win32, x64
Purpose
To fill a rectangle on the current drawing surface.
Syntax
SUBROUTINE DRAW_FILLED_RECTANGLE@(IX1,IY1,IX2,IY2,ICOL) INTEGER IX1,IY1,IX2,IY2,ICOL
Description
DRAW_FILLED_RECTANGLE@ fills a rectangle in colour ICOL using the current colour mode. (IX1, IY1) and (IX2,IY2) are opposite corners.
See also
Using GDI+, DRAW_RECTANGLE@