Circle |
The circle method is used to draw circle, sector
, arc as well as ellipse.
The general format to draw circle is
i) Circle (x, y ),r will draw a
circle with coordinates (x,y) and radius r.
ii) Circle (x,y),r,
color,-angle1,-angle2 where angle1 and angle 2 are measured in
radians.
iii) Circle (x,y),r,
color,angle1,angle2 where angle1 and angle 2 are measured in
radians. (Notice that the signs in front of the angles are
positive)
iv) Circle (x, y ),r ,color,,,ratio
will draw an ellipse with certain ratio
|