Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+-----------+##############################################################
#+-| SAVE_AREA |------------------------------------------------------+#######
#| +-----------+ Saves current screen image from row,col to row1,col1 |#######
#+--------------------------------------------------------------------+#######
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |------------------------------------------+#####################
#|     PROCEDURE save_area PROTOTYPE                    |#####################
#|      PARAMETERS VALUE UINT row, VALUE UINT col,;     |#####################
#|      VALUE UINT row1, VALUE col1                     |#####################
#+------------------------------------------------------+#####################
##############################################################################
##############################################################################
############+---| Description |----------------------------------+############
############| The save_area procedure saves the current screen   |############
############| image from row, col to row1, col1.  To restore the |############
############| screen image, use the restore_area procedure.      |############
############| -------------------------------------------------- |############
############| An area of the screen can be saved many times      |############
############| without calling restore_area, allowing stacked     |############
############| screens.  save_area and restore_area are stacked   |############
############| based procedures.  That is, the first screen saved |############
############| is the last screen restored.                       |############
############+----------------------------------------------------+############
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Save part of screen for function.                   |#########
#########|                                                          |#########
#########| DO save_area(10,10,20,20)                                |#########
#########| DO window_maint             && window routine            |#########
#########| DO restore_area()                                        |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: restore_area save_screen savescrn()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson