Circle

From DocBase

Jump to: navigation, search

CIRCLE

Draws a circle or ellipse


Return To Draw Contents

Arg Type Description Values
center [Pair!]
radius-x [decimal!] Used for both X and Y radii if radius-y isn't provided
radius-y [decimal!] Optional. Used to create an ellipse


Notes and Examples

   pen yellow
   line-width 5
   circle 200x200 150
image:CIRCLE-1b.png
   pen logo.gif
   circle 200x200 150
image:CIRCLE-2b.png
A circle using an image as the pen.
   line-width 2
   pen yellow
   fill-pen logo.gif
   circle 200x200 150
image:CIRCLE-3b.png
Circle using an image as the fill-pen.</p>




Pages




Chapters

Personal tools