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

NextPrevUpTopContentsIndex

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.

filled

A boolean.

args

graphics-state parameters passed as keyword arguments.

Description

The function draw-arcs draws several arcs as specified by the description sequence. This is usually more efficient than making several calls to draw-arc. The description argument is a sequence of values of the form x y width height start-angle sweep-angle . See draw-arc for more information.

See also

draw-arc
graphics-state
Drawing - Graphics Ports


CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017

NextPrevUpTopContentsIndex