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



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998