Platform | Win32, x64 |
Purpose |
To fill a polygon on the current drawing surface. |
Syntax |
SUBROUTINE DRAW_FILLED_POLYGON@(IX,IY,N,ICOL) |
Description |
DRAW_FILLED_POLYGON@ draws a straight line from (IX(1), IY(1)) to (IX(2), IY(2)), and continues until (IX(N), IY(N)) and fills the enclosed region. ICOL specifies the fill colour value using the current colour mode. |
See also |