Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>int pascal vidframe(int row1, int col1, int row2, int col2, word attr, </b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal VidFrame(int row1, int col1, int row2, int col2, WORD attr, 
                     int type)

  This function draws a frame around a specified area.

Parameters
  row1, col1, row2, and col2 are the 0-based coordinates of the area.
  attr is the color attributes of the frame.
  type is 0 for a single-line frame, 1 for a double-line frame, 2 for
   a frame consisting of dashes and vertical bars.

Returns
  Nothing.

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