Fills an ellipse defined by a bounding rectangle structure and draws it on the current canvas.
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.
Namespace: RSGdiPlusGraphics
Delphi
|
public
procedure FillEllipse(const ARect: TRectF; const AOpacity: Single); overload;
|
Parameters
ARect
Type: TRectF
Specifies the structure that defines the boundaries of the ellipse.
AOpacity
Type: Single
Specifies the transparency of the Fill color.
Reference
•RSGdiPlusGraphics.TRSGPCanvas.Brush •RSGdiPlusGraphics.TRSGPCanvas.Fill •RSGdiPlusGraphics.TRSGPCanvas.DrawEllipse(TRectF,Single,TRSGPPen) •RSGdiPlusGraphics.TRSGPCanvas.FillPath(TRSGPPath,Single,TRSGPBrush) •RSGdiPlusGraphics.TRSGPCanvas.FillRect(TRectF,Single,Single,TRSGPCorners,Single,TRSGPBrush,TRSGPCornerType) •FillPolygon •RSGdiPlusGraphics.TRSGPCanvas.FillArc(TPointF,TPointF,Single,Single,Single,TRSGPBrush) •RSGdiPlusGraphics.TRSGPCanvas.FillText(TRectF,string,Single) •RSGdiPlusGraphics.TRSGPPath •TRSGPCanvas •RSGdiPlusGraphics |