Next Prev Up Top Contents Index

get-graphics-state

Function
Summary

Returns the graphics state object for a graphics port.

Signature

get-graphics-state port => state

Arguments

port

A graphics port

Values

state

A graphics state object

Description

The get-graphics-state function returns the graphics state object for port . The individual slots can be accessed using the accessor functions.

See also

make-graphics-state


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index