TTMSFNCGraphicsContextUnix.DrawPath Method
Draws the outline of a path using the specified stroke style.
API unit family: TMSFNCGraphics.Unix
Declaring type: TTMSFNCGraphicsContextUnix
Syntax
procedure DrawPath(AStroke: TTMSFNCGraphicsStroke; APath: TTMSFNCGraphicsPath; APathMode: TTMSFNCGraphicsPathDrawMode = pdmPolygon); override;
Parameters
| Name | Description |
|---|---|
AStroke |
The stroke style to apply. |
APath |
The path to draw. |
APathMode |
Controls whether the path is rendered as a polygon or polyline. |