LispWorks CAPI User Guide > 12 Graphics Ports > 12.4 Graphics state transforms

NextPrevUpTopContentsIndex

12.4.2 Drawing functions

The scan-line conversions of the drawing functions are very much host-dependent. In other words, you cannot assume that, for example (draw-point port x y) has exactly the same effect on all machines. Some machines might put pixels down and to the right of integer coordinates (x y) while others may center the pixel at (x y) .

Note: On GTK+ and Motif the stipple, pattern , mask-x, and mask-y slots of the graphics state are also used.

See also the LispWorks CAPI Reference Manual entries for draw-circle (which draws a circle) and draw-ellipse (which draws an ellipse) and other drawing functions.


LispWorks CAPI User Guide (Macintosh version) - 22 Dec 2009

NextPrevUpTopContentsIndex