Implements a polygon fill algorithm not present in fcl-image.
Source position: lazcanvas.pas line 105
protected procedure TLazCanvas.DoPolygonFill( |
const points: array of TPoint |
); override; |
points |
|
Array with the TPoint instances for the polygon corners. |
Implements a polygon fill algorithm not present in fcl-image. The algorithm is explained here.