TTMSFNCGraphicsPath.AddPolygon Method
Appends all vertices of
APolygonas a sequence of line-to operations.
API unit family: TMSFNCGraphicsTypes
Declaring type: TTMSFNCGraphicsPath
Syntax
procedure AddPolygon(const APolygon: TTMSFNCGraphicsPathPolygon);
Parameters
| Name | Description |
|---|---|
APolygon |
Array of floating-point vertices to append. |