Table of Contents

TTMSFNCGraphicsContextUnix.FillPath Method

Fills the interior of a path with the specified fill style.

API unit family: TMSFNCGraphics.Unix Declaring type: TTMSFNCGraphicsContextUnix

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.