TTMSFNCGraphicsContext.FillPath Method
Fills a graphics path using
AFillsettings.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphicsContext
Syntax
procedure FillPath(AFill: TTMSFNCGraphicsFill; APath: TTMSFNCGraphicsPath; APathMode: TTMSFNCGraphicsPathDrawMode = pdmPolygon); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AFill |
Fill settings (color, kind, gradient) to apply. |
APath |
Path to fill. |
APathMode |
Rendering mode controlling whether the path is closed as a polygon or treated as an open region. |