TTMSFNCGraphicsSVG.DrawPolygon Method
Emits an SVG
<polygon>element for a closed shape.
API unit family: TMSFNCGraphicsSVGEngine
Declaring type: TTMSFNCGraphicsSVG
Inherited from: TTMSFNCGraphicsSVGEngine
Syntax
procedure DrawPolygon(APolygon: TTMSFNCGraphicsPathPolygon); override;
Parameters
| Name | Description |
|---|---|
APolygon |
The array of points defining the polygon. |