Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

with-transform

Statement macro

Summary

Executes a body of code with a specified transform.

Macro call

with-transform ({medium} {transform}) {body} end

Arguments

medium
A Dylan expressionbnf.

transform
A Dylan expressionbnf.

body
A Dylan bodybnf.

Values

None.

Library

duim-sheets

Module

duim-sheets

Description

Executes a body of code with a specified transform. The transform occurs within medium. This macro is used by with-rotation, with-scaling, and with-translation, and calls methods for do-with-transform.

The medium specified should be an instance of type <medium>. The transform specified should be an instance of type <transform>.

See also

do-with-transform, page 261

with-rotation, page 383

with-scaling, page 383

with-translation, page 387


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index