FMX.Graphics.TCanvas.FillEllipse
Delphi
procedure FillEllipse(const ARect: TRectF; const AOpacity: Single); overload;
procedure FillEllipse(const ARect: TRectF; const AOpacity: Single; const ABrush: TBrush); overload;
C++
void __fastcall FillEllipse(const System::Types::TRectF &ARect, const float AOpacity)/* overload */;
void __fastcall FillEllipse(const System::Types::TRectF &ARect, const float AOpacity, TBrush* const ABrush)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TCanvas |
Description
Fills an ellipse defined by a bounding rectangle structure and draws it on the current TCanvas.
FillEllipse is implemented by the TCanvas descendants to fill an ellipse defined by a bounding rectangle structure, with the current brush specified by the Fill property.
The ARect
parameter specifies the structure that defines the boundaries of the ellipse.
The AOpacity
parameter specifies the transparency of the Fill color.
See Also
- FMX.Graphics.TCanvas.FillArc
- FMX.Graphics.TCanvas.FillPath
- FMX.Graphics.TCanvas.FillPolygon
- FMX.Graphics.TCanvas.FillRect
- FMX.Graphics.TCanvas.FillText
- FMX.Graphics.TCanvas.DrawEllipse
- FMX.Graphics.TCanvas.Fill
- FMX.Graphics.TPathData