next up previous contents index
Next: Bar Up: Functions and procedures Previous: Functions and procedures

Arc

   

Declaration:

Procedure Arc (X,Y : Integer; start,stop, radius : Word) ;

Description:

Arc draws part of a circle with center at (X,Y), radius radius, starting from angle start, stopping at angle stop. These angles are measured counterclockwise.

Errors:

None.

See also:

Circle,Ellipse GetArcCoords,PieSlice, Sector



root
Fri Sep 11 18:24:36 CEST 1998