polygon


Vocabulary
ui.pens.polygon

Class description
A class implementing the draw-boundary and draw-interior generic words to draw a solid outline or a solid filled polygon, respectively. Instances of polygon have two slots:
color - a color
points - a sequence of points


Definition

TUPLE: polygon
color interior-vertices interior-count boundary-vertices
boundary-count ;


Methods