DoPolygon calls PolyLine to draw a series of lines through the points.
Source position: graphics.pp line 1023
protected procedure TCanvas.DoPolygon( |
const Points: array of TPoint |
); override; |
|
Draws a line which connects a set of points on the canvas. |