BitmapEdit.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Michael Plass, May 20, 1985 11:19:12 am PDT
~
BEGIN
OPEN ImagerPixelMap, ViewerClasses;
CreateBitmapViewer: PROC [height, width: NAT, info: ViewerRec] RETURNS [Viewer];
SetBitmap: PROC [viewer: Viewer, pixelMap: PixelMap, sWidth, fWidth: INTEGER, shared: BOOLEAN ← FALSE];
GetBitmap: PROC [viewer: Viewer] RETURNS [pixelMap: PixelMap, sWidth, fWidth: INTEGER];