DoPolygonFill calls Polygon for the supplied points.
Source position: graphics.pp line 1024
protected procedure TCanvas.DoPolygonFill( |
const Points: array of TPoint |
); override; |
|
Draws a closed, many-sided shape using the Pen for the canvas. |