Table of Contents

TTMSFNCGraphicsContextiOS.FillPolyline Method

Fills an open polyline area with the specified fill style.

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

Syntax

procedure FillPolyline(AFill: TTMSFNCGraphicsFill; APolyline: TTMSFNCGraphicsPathPolygon); override;

Parameters

Name Description
AFill The fill style to apply.
APolyline The array of points defining the polyline vertices.