TTMSFNCGraphicsContextWin.FillEllipse Method
Fills an ellipse inscribed within the specified rectangle using the given fill style.
API unit family: TMSFNCGraphics.Win
Declaring type: TTMSFNCGraphicsContextWin
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. |