TTMSFNCGraphicsContextWin.FillPolygon Method
Fills a polygon with the specified fill style.
API unit family: TMSFNCGraphics.Win
Declaring type: TTMSFNCGraphicsContextWin
Syntax
procedure FillPolygon(AFill: TTMSFNCGraphicsFill; APolygon: TTMSFNCGraphicsPathPolygon); override;
Parameters
| Name | Description |
|---|---|
AFill |
The fill style to apply. |
APolygon |
The array of points defining the polygon vertices. |