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

TCanvas.DoEllipse

DoEllipse draws an Arc of 360 degrees within given Bounds, making an ellipse

Declaration

Source position: graphics.pp line 1035

protected procedure TCanvas.DoEllipse(

  const Bounds: TRect

); override;

See also

TFPCustomCanvas.DoEllipse

TCanvas.Arc

  

Use Arc to draw an elliptically curved line with the current Pen

The latest version of this document can be found at lazarus-ccr.sourceforge.net.