TTMSFNCGraphics.DrawPolygon Method
Strokes a closed polygon defined by an array of floating-point points using the current
Strokesettings.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphics
Syntax
procedure DrawPolygon(APolygon: TTMSFNCGraphicsPathPolygon); virtual;
Parameters
| Name | Description |
|---|---|
APolygon |
Array of floating-point vertices defining the polygon. |