Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

display-width

Generic function

Summary

Returns the width of the specified display.

Signature

display-width display #key units => width

Arguments

display
An instance of type <display>.

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

Values

width
An instance of type <number>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the width 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-height, page 247

display-mm-width, page 248

display-orientation, page 249

display-pixel-width, page 251

display-units, page 251


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index