Draws pixels or unit squares at given points.
graphics-ports
draw-points port description &rest args
port⇩ |
A graphics port. |
description⇩ |
A description sequence. |
args⇩ |
graphics-state parameters passed as keyword arguments. |
The function draw-points
draws several points in port (as if by draw-point) as specified by description, which is a sequence of x y pairs. It is usually faster than several calls to draw-point. See draw-point for more information, including about how args are used.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:33:02