[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCanvas.Ellipse

Draws a filled ellipse (or circle) on the canvas.

Declaration

Source position: graphics.pp line 1089

public procedure TCanvas.Ellipse(

  const ARect: TRect

);

procedure TCanvas.Ellipse(

  x1: Integer;

  y1: Integer;

  x2: Integer;

  y2: Integer

); virtual;

See also

Ellipse

  

Draws a filled circle or ellipse, bounded by a rectangle.