Draws an ellipse defined by a bounding rectangle structure and draws it on the current canvas.
Draw Ellipse is implemented by the TCanvas descendants to draw an ellipse defined by a bounding rectangle structure, with the current pen specified by the
Stroke/ Pen property.
To customize the drawing pen, use the Stroke property.
Namespace: RSGdiPlusGraphics
Delphi
|
public
procedure DrawEllipse(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 stroke color.
Reference
•RSGdiPlusGraphics.TRSGPCanvas.DrawArc(TPointF,TPointF,Single,Single,Single,TRSGPPen) •RSGdiPlusGraphics.TRSGPCanvas.FillEllipse(TRectF,Single,TRSGPBrush) •RSGdiPlusGraphics.TRSGPCanvas.DrawLine(TPointF,TPointF,Single,TRSGPPen) •RSGdiPlusGraphics.TRSGPCanvas.DrawPath(TRSGPPath,Single,TRSGPPen) •DrawPolygon •RSGdiPlusGraphics.TRSGPCanvas.FillPath(TRSGPPath,Single,TRSGPBrush) •RSGdiPlusGraphics.TRSGPCanvas.DrawRectSides(TRectF,Single,Single,TRSCorners,Single,TRSSides,TRSGPPen,TRSCornerType) •RSGdiPlusGraphics.TRSGPCanvas.Stroke •RSGdiPlusGraphics.TRSGPCanvas.Pen •TRSGPCanvas •RSGdiPlusGraphics |