Next Prev Up Top Contents Index

draw-points

Function
Summary

Draws a pixel at a given point.

Signature

draw-point port description &rest args

Arguments

port

A graphics port

description

A description sequence

args

General graphics port drawing arguments

Description

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.

See also

draw-point


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index