TTMSFNCGraphicsContextWin.FillPath Method
Fills the interior of a path with the specified fill style.
API unit family: TMSFNCGraphics.Win
Declaring type: TTMSFNCGraphicsContextWin
Syntax
procedure FillPath(AFill: TTMSFNCGraphicsFill; APath: TTMSFNCGraphicsPath; APathMode: TTMSFNCGraphicsPathDrawMode = pdmPolygon); override;
Parameters
| Name | Description |
|---|---|
AFill |
The fill style to apply. |
APath |
The path to fill. |
APathMode |
Controls whether the path is rendered as a polygon or polyline. |