| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Draw a polygone
Source position: graphh.inc line 787
| procedure DrawPoly( | 
| NumPoints: Word; | 
| var polypoints | 
| ); | 
DrawPoly draws a polygone with NumberOfPoints corner points, 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. |