Draw, close and fill a polygon.
Source position: graphh.inc line 793
| procedure FillPoly( | 
| NumPoints: Word; | 
| var PolyPoints | 
| ); | 
FillPoly draws a polygon with NumberOfPoints corner points and fills it using the current color and line-style. PolyPoints is an array of type PointType.
None.
| 
 | Draw filled rectangle. | |
| 
 | Draw filled 3-dimensional rectangle. | |
| 
 | Draw a rectangle on the screen. |