Draws pixels at given points.
graphics-ports
draw-points port description &rest args
port
A graphics port.
description
A description sequence.
args
General graphics port drawing arguments.
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.
draw-points
draw-point