ImagerBridge.mesa
Copyright © 1984 Xerox Corporation. All rights reserved.
Michael Plass, February 15, 1984 12:45:55 pm PST
Doug Wyatt, July 20, 1984 4:07:53 pm PDT
DIRECTORY
Imager USING [Context],
Graphics USING [Context];
ImagerBridge: CEDAR DEFINITIONS
SetViewFromGraphicsContext:
PROC [imager: Imager.Context, graphics: Graphics.Context];
END.