Table of Contents

TTMSFNCGraphicsContextiOS.FillEllipse Method

Fills an ellipse inscribed within the specified rectangle using the given fill style.

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

Syntax

procedure FillEllipse(AFill: TTMSFNCGraphicsFill; ARect: TRectF; AModifyRectMode: TTMSFNCGraphicsModifyRectMode = gcrmShrinkAll); override;

Parameters

Name Description
AFill The fill style to apply.
ARect The bounding rectangle for the ellipse.
AModifyRectMode Controls pixel-boundary adjustments applied to the rectangle.