<> <> <> <> DIRECTORY Imager USING [Context], Graphics USING [Context]; ImagerBridge: CEDAR DEFINITIONS ~ BEGIN SetViewFromGraphicsContext: PROC [imager: Imager.Context, graphics: Graphics.Context]; END.