A circle just an ellipse with equal <-width and <-height. It's border-line may have a <-texture and <-pen. The circle's interior may be filled with an image object using ->fill.
@see class ellipse
circle<-fill: colour|{foreground,background}* When a fill pattern is defined, this pattern is repeated over the interior of the circle. The circle is transparent if the fill pattern equals @nil.
Defaults: @nil (transparent).
@see bitmap-status
circle->diameter: int Inherits description from: circle<-diameter
circle->geometry: x=[int], y=[int], width=[int], height=[int] Handle general resizing of the circle. If either <-width or <-height is specified this value is used for both parameters. If both are specified the minimum of the two is used for both.
circle->radius: int Inherits description from: circle<-radius
circle->rotate: int The only PCE class with fully implemented rotation!
circle<-diameter: -> int Sets <-width and <-height to this value. See also ->radius.
circle<-radius: -> int Half of the <-width. ->radius sets <-width and <-height to twice the argument.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.