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