Previous: 4.37.2.14. DrawHLine procedure To the Table of Contents Next: 4.37.2.16. Ellipse procedure
4.37.2.14. DrawHLine procedure Table of Contents 4.37.2.16. Ellipse procedure

- 4.37.2.15. -
Table of Contents
4. Standard Units
4.37. Graph - Graph unit
4.37.2. Graph Unit Procedures and Functions
4.37.2.15. DrawPoly procedure


4.37.2.15. DrawPoly procedure

Targets: MS-DOS, Win32


Graph Unit

Draws the outline of a polygon using the current line style and color.

Declaration:
procedure DrawPoly(NumVert: DWORD; var Vert);
Remarks:
Numvert specifies the number of coordinate pairs in Vert. A coordinate pair consists of two Longint values, an X and a Y value.


Previous: 4.37.2.14. DrawHLine procedure To the Table of Contents Next: 4.37.2.16. Ellipse procedure
4.37.2.14. DrawHLine procedure Table of Contents 4.37.2.16. Ellipse procedure

- 4.37.2.15. -