Previous: DrawHLine procedure To the Table of Content Next: Ellipse procedure

- 4.37.2.15 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

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: DrawHLine procedure To the Table of Content Next: Ellipse procedure
DrawHLine procedure Table of Content Ellipse procedure

- 4.37.2.15 -