Circle
Draw a complete circle
Declaration
Source position: graphh.inc line 684
var
  Circle : CircleProc;
Description
Circle draws a complete circle with center at (X,Y), radius radius.
Errors
None.
See also
| Name | Description | 
|---|---|
| Arc | Draw part of a circle | 
| CircleProc | Standard circle drawing routine prototype. | 
| Ellipse | Draw an ellipse | 
| GetArcCoords | Return coordinates of last drawn arc or ellipse. | 
| PieSlice | Draw a pie-slice | 
| Sector | Draw and fill a sector of an ellipse |