1.51 class ellipse

Ellipse shape. It is possible to define a graphical->texture for the line and a ellipse->fill for the interior. See also class circle.

For consistency with boxes, etc., the graphical->position of an ellipse is the top-left corner. Use graphical->center to define the center.

See also
class circle

1.51.1 Instance variables

ellipse <- fill: colour|{foreground,background}*
When not @nil, the interior is filled with the specified bitmap.

Defaults: @nil

See also
bitmap-status
ellipse <- shadow: int
Amount (pixels) of shadow painted below and right of the ellipse. The default is 0 (zero, no shadow).