TTMSFNCGraphicsContextAndroid.DrawEllipse Method
Draws the outline of an ellipse inscribed within the specified rectangle.
API unit family: TMSFNCGraphics.Android
Declaring type: TTMSFNCGraphicsContextAndroid
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. |