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

NextPrevUpTopContentsIndex

transform-area

Function
Summary

Transforms a set of points and returns the resulting rectangle.

Package

graphics-ports

Signature

transform-area transform x y width height => rectangle

Arguments

transform

A transform.

x

A real number.

y

A real number.

width

A real number.

height

A real number.

Values

rectangle

A rectangle.

Description

The function transform-area transforms the points ( x y ) and ( x+width y+height ) and returns the transformed rectangle as ( x y width height ) values.

See also

transform


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

NextPrevUpTopContentsIndex