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 specified stroke parameter.
Namespace: RSGdiPlusGraphics
Delphi
|
public
procedure DrawEllipse(const ARect: TRectF; const AOpacity: Single; const ABrush: TRSGPPen); 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.
ABrush
Type: TRSGPPen
Specifies the pen to draw the ellipse with
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 |