NextPrevUpTopContentsIndex

draw-points

Function
Summary

Draws pixels at given points.

Package

graphics-ports

Signature

draw-points port description &rest args

Arguments

port

A graphics port.

description

A description sequence.

args

General graphics port drawing arguments.

Description

The draw-points function draws several single-pixel points as specified by the description argument, which is a sequence of x y pairs. It is usually faster than several calls to draw-point. See draw-point for more information.

See also

draw-point


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex