Monday, December 10, 2007

How to draw a circle

How to draw a circle

To draw a circle

Declaration :

void for circle ( int xaxis , int yaxis , int radius )

int xaxis , yaxis ; // center of the circle

int radius ; // radius of the circle

center

radius


No comments: