Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

display-mm-height

Generic function

Summary

Returns the height of the specified display in millimeters.

Signature

display-mm-height display => height

Arguments

display
An instance of type <display>.

Values

height
An instance of type <number>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the height of display in millimeters. This is equivalent to calling display-height with the units argument set to #"mm".

See also

display-height, page 247

display-mm-width, page 248

display-pixel-height, page 249

display-units, page 251


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index