- 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.
- 4.37.2.15. -