Table of Contents

TTMSFNCGraphicsContextGeneral.FillPath Method

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

API unit family: TMSFNCGraphics.General Declaring type: TTMSFNCGraphicsContextGeneral

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.