NextPrevUpTopContentsIndex

draw-point

Function
Summary

Draws a pixel at a given point.

Package

graphics-ports

Signature

draw-point port x y &rest args

Arguments

port

A graphics port.

x

A real number.

y

real number.

args

General graphics port drawing arguments.

Description

The draw-point function draws a single-pixel point at (x y ). The transform, foreground, background, operation and mask slots of the graphics state are used. Additionally on Unix only, stipple, pattern , mask-x, mask-y are used.

See also

draw-points
set-graphics-state


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex