Language:
Русский
English
DrawPoly (procedure) (Graph Unit)
Draws the outline of a polygon using the current line style and color.
Declaration
procedure DrawPoly(NumPoints: Word; var PolyPoints);
Target
Real, Protected
Remarks
NumPoints specifies the number of coordinates in PolyPoints. A coordinate consists of two words, an X and a Y value.
Restrictions
Must be in graphics mode.