Next Prev Up Top Contents Index

draw-point

Function
Summary

Draws a pixel at a given point.

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, stipple, pattern , mask-x, mask-y, and mask slots of the graphics state are used.


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index