forlang.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
setcliprgn
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The setcliprgn subroutine limits the display of subsequent graphics
     output and font text output to an area of the screen known as the
     "clipping region." The physical points (x1, y1) and (x2, y2) are
     the upper-left and lower-right corners of a rectangle that defines
     the clipping region.
 
     This subroutine does not change the view coordinate system. It
     merely masks the screen.
 
     Note that the setcliprgn subroutine affects graphics and font text
     output only. To mask the screen for text output, use the
     settextwindow function.
 
     See also: Graphic Coordinate Systems
 
     Return Value
 
     None.
                                    -♦-