All Manuals > CAPI User Guide and Reference Manual > 22 GRAPHICS-PORTS Reference Entries

NextPrevUpTopContentsIndex

transform-rect

Function
Summary

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

Package

graphics-ports

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 function transform-rect transforms the rectangle represented by the two points ( left top ) and ( right bottom ) by transform .

See also

transform


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex