Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

display-pixel-height

Generic function

Summary

Returns the height of the specified display in pixels.

Signature

display-pixel-height display => height

Arguments

display
An instance of type <display>.

Values

height
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-height with the units argument set to #"pixels".

See also

display-height, page 247

display-mm-height, page 247

display-pixel-width, page 251

display-units, page 251


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index