Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

display-pixel-width

Generic function

Summary

Returns the width of the specified display in pixels.

Signature

display-pixel-width display => width

Arguments

display
An instance of type <display>.

Values

width
An instance of type <integer>.

Library

duim-sheets

Module

duim-sheets

Description

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

See also

display-mm-width, page 248

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