Next Previous Up Top Contents Index

2 GP Reference Entries

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

Thedraw-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.
See also

draw-point

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker