Table of Contents

TTMSFNCGraphicsContextWEB.DrawEllipse Method

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

API unit family: TMSFNCGraphics.WEB Declaring type: TTMSFNCGraphicsContextWEB

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.