[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Ellipse draws a filled circle or ellipse on the canvas
Source position: line 0
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.
|
lazarus-ccr.sourceforge.net |