[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ellipse draws a filled circle or ellipse on the canvas
Source position: graphics.pp line 1167
public procedure TCanvas.Ellipse( |
const ARect: TRect |
); |
x1: Integer; |
y1: Integer; |
x2: Integer; |
y2: Integer |
); virtual; |
Method: TCanvas.Ellipse
Params: X1, Y1, X2, Y2
Returns: Nothing
Use Ellipse to draw a filled circle or ellipse on the canvas.
TFPCustomCanvas.Ellipse |
||
|
Draws a filled circle or ellipse, bounded by a rectangle. |
lazarus-ccr.sourceforge.net |