Drawing
Subsections
(LINE
start-point end-point
)
(RECTANGLE
upper-left-point lower-right-point
)
(DRAW-POLY
list-of-points
)
(CIRCLE
center-point radius
)
(ARC
center-point start-angle end-angle radius
)
(ELLIPSE
center-point start-angle end-angle distances
)
(GET-ARC-COORDS)
(SET-ASPECT-RATIO
factor
)
(GET-ASPECT-RATIO)
(SET-LINE-STYLE
line-style user-pattern thickness
)
(GET-LINE-SETTINGS)
(MOVE-TO
point
)
(LINE-TO
point
)
(MOVE-REL
distances
)
(LINE-REL
distances
)