Next Prev Up Top Contents Index

draw-arcs

Function
Summary

Draws several arcs.

Signature

draw-arcs port description &rest args &key filled

Arguments

port

A graphics port

description

A description sequence

filled

A boolean

args

General graphics port drawing arguments

Description

The draw-arcs function 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


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index