Table of Contents

TTMSFNCGraphicsContextiOS.FillPath Method

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

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

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.