All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

draw-arcs Function

Summary

Draws several arcs.

Package

graphics-ports

Signature

draw-arcs port description &rest args &key filled

Arguments
port
A graphics port.
description
A description sequence.
args
graphics-state parameters passed as keyword arguments.
filled
A boolean.
Description

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.

See also

draw-arc
graphics-state
13 Drawing - Graphics Ports


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:34:15