TTMSFNCGraphicsContext.FillEllipse Method
Fills an ellipse inscribed within
ARectusingAFillsettings.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphicsContext
Syntax
procedure FillEllipse(AFill: TTMSFNCGraphicsFill; ARect: TRectF; AModifyRectMode: TTMSFNCGraphicsModifyRectMode = gcrmShrinkAll); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AFill |
Fill settings (color, kind, gradient) to apply. |
ARect |
Bounding rectangle of the ellipse in floating-point pixels. |
AModifyRectMode |
Pixel adjustment applied to the bounding box edges to align with the physical pixel grid. |