Table of Contents

TTMSFNCGraphicsContextMac.FillEllipse Method

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

API unit family: TMSFNCGraphics.Mac Declaring type: TTMSFNCGraphicsContextMac

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.