Next Previous Up Top Contents Index

2 GP Reference Entries

with-graphics-rotation

Macro

Summary

Performs a call toapply-rotation with a given angle for the duration of the macro's body.
Signature

with-graphics-rotation (port angle) &body body => result

Arguments

port

A graphics port

angle

A real

body

A body of Lisp code

Values

result

The return value of the last form executed in body

Description

Thewith-graphics-rotation marco performs a call to
(apply-rotation transform angle) 

on the port's transform for the duration of the body of the macro.
See also

apply-rotation

LispWorks CAPI Reference Manual - 17 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker