Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

sheet-edges

Generic function

Summary

Returns the edges of the specified sheet, relative to its parent.

Signature

sheet-edges sheet => left top right bottom

Arguments

sheet
An instance of type <sheet>.

Values

left
An instance of type <coordinate>.

top
An instance of type <coordinate>.

right
An instance of type <coordinate>.

bottom
An instance of type <coordinate>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the edges of sheet. Each edge is specified relative to the corresponding edge of the parent of sheet.

See also

set-sheet-edges, page 341

sheet-position, page 359

sheet-size, page 361

sheet-transform, page 363


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index