LFBoundingBox.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Michael Plass, April 12, 1984 9:12:13 am PST
Beach, August 19, 1983 2:12 pm
Russ Atkinson (RRA) March 14, 1985 0:21:38 am PST
LFBoundingBox: CEDAR DEFINITIONS ~ BEGIN
AbortAdjust: SIGNAL;
GetArea: PROC RETURNS [x, y, w, h: NAT];
Prompts the user to indicate a rectangular portion of the LF screen. Origin is at the lower left.
END.