Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

display-mm-width

Generic function

Summary

Returns the width of the specified display in millimeters.

Signature

display-mm-width display => width

Arguments

display
An instance of type <display>.

Values

width
An instance of type <number>.

Library

duim-sheets

Module

duim-sheets

Description

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

See also

display-mm-height, page 247

display-pixel-width, page 251

display-units, page 251

display-width, page 252


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index