Draws several arcs.
graphics-ports
draw-arcs port description &rest args &key filled
port⇩ |
A graphics port. |
description⇩ |
A description sequence. |
args⇩ |
graphics-state parameters passed as keyword arguments. |
filled⇩ |
A boolean. |
The function draw-arcs
draws several arcs to port as specified by description. This is usually more efficient than making several calls to draw-arc. description is a repeating sequence of values of the form x y width height start-angle sweep-angle. See draw-arc for more information, including about how args and filled are used.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:02