Next Previous Up Top Contents Index

2 GP Reference Entries

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

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

draw-arc

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker