Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-size

Generic function

Summary

Returns the width and height of the specified sheet.

Signature

sheet-size sheet => width height

Arguments

sheet
An instance of type <sheet>.

Values

width
An instance of type <integer>.

height
An instance of type <integer>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the width and height of the specified sheet. Use set-sheet-size to set or modify the size of a sheet.

See also

set-sheet-size, page 342

sheet-edges, page 352

sheet-position, page 359

sheet-transform, page 363


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index