Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>fg_drawlineclip</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fg_drawlineclip

Usage

   #include <fg.h>
   void far fg_drawlineclip(fg_color_t color, int mode, int mask,
                            int line_type, fg_const_pline_t line,

                            fg_const_pbox_t clipbox);

Description

   Clip the line to clipbox and draw the remainder. The function fg_lineclip
   is used to do the clipping. If the results are not satisfactory the
   programmer may supply an alternate clipping function with the same name
   (see fg_lineclip). See the description for fg_drawline for more
   information on the input parameters.





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