Function: GgiPlotRecord Purpose: Store a plot window in a pixmap ("frame"). Category: USER-INTERFACE, GRAPHICS File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident plotter; int frame GgiPlotRecord(plotter, frame); plotter - the plotfield element. frame - the frame number, starting with 0 (zero). Description: GgiPlotRecord records the current plotwindow in the specified frame. Related documents: GgiPlotFrames.dc2, GgiPlotShow.dc2. Updates: Jan 25, 1999: JPT, Document created.