Table of Contents

TTMSFNCGraphicsContextiOS.DrawEllipse Method

Draws the outline of an ellipse inscribed within the specified rectangle.

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

Syntax

procedure DrawEllipse(AStroke: TTMSFNCGraphicsStroke; ARect: TRectF; AModifyRectMode: TTMSFNCGraphicsModifyRectMode = gcrmShrinkAll); override;

Parameters

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