Table of Contents

TTMSFNCGraphicsContextiOS.FillArc Method

Fills an arc segment with the specified fill style.

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

Syntax

procedure FillArc(AFill: TTMSFNCGraphicsFill; ACenter, ARadius: TPointF; AStartAngle, ASweepAngle: Single); override;

Parameters

Name Description
AFill The fill style to apply.
ACenter The center point of the arc's ellipse.
ARadius The horizontal and vertical radius of the arc's ellipse.
AStartAngle The start angle of the arc in degrees.
ASweepAngle The sweep angle of the arc in degrees.