Next Prev Up Top Contents Index

screen-logical-resolution

Function
Summary

Returns the logical resolution of screen .

Signature

screen-logical-resolution screen => xlogres , ylogres

Arguments

screen

A screen.

Values

xlogres, ylogres

Integers representing the logical resolution of screen in DPI.

Description

The function screen-logical-resolution returns the logical resolution of screen , as dots per inch in the x and y directions.

See also

screen


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index