Next Previous Up Top Contents Index

3.3 DUIM-Extended-Geometry Module

rectangle-max-position

Generic function

Summary

Returns the x and y coordinates of the bottom right of the rectangle.

Signature

rectangle-max-position rectangle => x2 y2

Arguments

rectangle
An instance of type <rectangle>.

Values

x2
An instance of type <real>.

y2
An instance of type <real>.

Library

duim-extended-geometry

Module

duim-extended-geometry

Description

Returns the x and y coordinates of the bottom right of the rectangle.

See also

<rectangle>, page 103

rectangle?, page 104

rectangle-edges, page 105

rectangle-height, page 106

rectangle-max-point, page 107

rectangle-min-point, page 109

rectangle-min-position, page 110

rectangle-size, page 111

rectangle-width, page 112


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index