Next Previous Up Top Contents Index

2 GP Reference Entries

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

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

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker