Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

display-height

Generic function

Summary

Returns the height of the specified display.

Signature

display-height display #key units => height

Arguments

display
An instance of type <display>.

units
An instance of one-of(#"device", #"mm", #"pixels"). Default value: #"device".

Values

height
An instance of type <number>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the height of display, in device-independent units. If units is specified, then the value returned is converted into the appropriate type of units.

See also

display-depth, page 246

display-mm-height, page 247

display-orientation, page 249

display-pixel-height, page 249

display-units, page 251

display-width, page 252


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index