- 4.37.2.15 -
Standard Units

Graph Unit


Graph Unit Procedures and FunctionsDrawPoly 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.
 |
 |
 |
DrawHLine procedure |
Table of Content |
Ellipse procedure |
- 4.37.2.15 -