Next Prev Up Top Contents Index

transform-rect

Function
Summary

Returns the transform of two points representing the top-left and bottom-right of a rectangle.

Signature
transform-rect transform
 left
 top
 right
 bottom
 =>
               left2
 top2
 right2
 bottom2
Arguments

transform

A transform

left

A real number

top

A real number

right

A real number

bottom

A real number

Values

left2

A real number

top2

A real number

right2

A real number

bottom2

A real number

Description

The transform-rect function transforms the rectangle represented by the two points ( left top ) and ( right bottom ) by transform .


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index