All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

draw-points Function

Summary

Draws pixels or unit squares at given points.

Package

graphics-ports

Signature

draw-points port description &rest args

Arguments
port
A graphics port.
description
A description sequence.
args
graphics-state parameters passed as keyword arguments.
Description

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.

See also

draw-point


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:34:15