Previous: Bar3D procedure To the Table of Content Next: ClearDevice procedure

- 4.37.2.5 -
Standard Units
Graph Unit
Graph Unit Procedures and Functions

Circle procedure

Targets: MS-DOS, Win32


Graph Unit

Draws a circle in the current color set by SetColor, using (X,Y) as the center point.

Declaration:
procedure Circle(X,Y: Longint; Radius: DWORD);
procedure Circle(X,Y: Longint; Radius, Color: DWORD);
Remarks:
Draws a circle in the current color set by SetColor. Each graphics mode has an aspect ratio used by Circle.


Previous: Bar3D procedure To the Table of Content Next: ClearDevice procedure
Bar3D procedure Table of Content ClearDevice procedure

- 4.37.2.5 -