home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / SETVIEWP.KEY < prev    next >
Text File  |  1993-11-07  |  367b  |  8 lines

  1. * setviewport                          internal
  2. setviewport(x1,y1,x2,y2,clip) sets the view port from (x1,y1) to (x2,y2) on 
  3. the graphics screen. Everything is unvisible if it it out of the (x1,y1) 
  4. to (x2,y2). It only works on the graphics mode.
  5. e.g. graph, line(100,100,300,300), setviewport(200,200,300,300,1),
  6. line(100,200,100,200), readchar, text
  7. See also: graph, text.
  8.