Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

do-with-transform

Generic function

Summary

Returns the result of running a function in a transform defined on a specified medium.

Signature

do-with-transform drawable function transform => #rest values

Arguments

drawable
An instance of type type-union(<sheet>, <medium>).

function
An instance of type <function>.

transform
An instance of type <transform>.

Values

values
An instance of type <object>.

Library

duim-sheets

Module

duim-sheets

Description

Returns the result of running a function in a transform defined on a specified medium. Methods on this function are called by with-transform, which in turn is used by the similar macros with-rotation, with-scaling, and
with-translation.

See also

with-transform, page 386


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index