Next Prev Up Top Contents Index

rectangle-bottom

Macro
Summary

Get and sets the bottom element of a rectangle.

Signature

rectangle-bottom rectangle => bottom

Signature

(setf rectangle-bottom) bottom rectangle => bottom

Arguments

rectangle

A rectangle.

Values

bottom

A real number.

Description

Returns and via setf sets the bottom element of rectangle .

rectangle is a list of numbers ( left top right bottom ).


LispWorks CAPI Reference Manual - 13 Mar 2003

Next Prev Up Top Contents Index