[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws a filled ellipse (or circle) on the canvas.
Source position: graphics.pp line 1089
public procedure TCanvas.Ellipse( |
const ARect: TRect |
); |
x1: Integer; |
y1: Integer; |
x2: Integer; |
y2: Integer |
); virtual; |
|
Draws a filled circle or ellipse, bounded by a rectangle. |
lazarus-ccr.sourceforge.net |