Package: graphene

Macro graphene:with-rects

Lambda List

graphene:with-rects (vars &body body)

Syntax

(graphene:with-rects (r1 r2 r3 ... rn) body) => result

Arguments

r1 ... rn -- the newly created graphene:rect-t instances
body -- a body that uses the bindings r1 ... rn

Details

The graphene:with-rects macro creates new variable bindings and executes the body that use these bindings. The macro performs the bindings sequentially, like the let* macro.

Each rectangle can be initialized with values using the syntax for the graphene:with-rect macro. See also the graphene:with-rect documentation.
 

See also

2024-1-20