Circle - r3n/rebol-wiki GitHub Wiki
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 |
![]() |
pen logo.gif circle 200x200 150 |
A circle using an image as the pen. |
line-width 2 pen yellow fill-pen logo.gif circle 200x200 150 |
Circle using an image as the fill-pen. |
| Pages |
|
|
Chapters
|
