Next Previous Up Top Contents Index

2 GP Reference Entries

draw-rectangles

Function

Summary

Draws several rectangles.
Signature

draw-rectangle 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-rectangles function draws several rectangles as specified in description which consists of a group of values given as x y width height. The filled keyword if non-nil causes filled rectangles to be drawn. While the exact results are host-specific, it is intended that a filled rectangle does not include the lines (x = x+width) and (y = y+height) while a non-filled rectangle does. This function works correctly if the port's transform includes rotation. The graphics state parameters transform, foreground, background, operation, thickness, scale-thickness, dashed, dash, line-joint-style, stipple, pattern, mask-x, mask-y, and mask are used.
See also

draw-rectangle

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker