Function
draw-point port description &rest args =>
A graphics port
A description sequence
General graphics port drawing arguments
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 todraw-point. Seedraw-point for more information. draw-point