Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - rectangle() draws a graphic rectangle http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Rectangle()            Draws a graphic rectangle
--------------------------------------------------------------------------------

   Syntax:              Rectangle( <hDC>, <nTop>, <nLeft>, <nBottom>,
                                   <nRight> [,<hPen>] )  --> <lSuccess>
   Parameters:

   <hDC>                Identifies the device context where to paint

   <nTop>               the coordinates of the rectangle
   <nLeft>
   <nBottom>
   <nRight>

   Returns:

   <lSuccess>           If the operation was successfull.

   Observations:        The rectangle is drawn with the current pen
                        selected and it is filled with the current brush

   Source code:         SOURCE\\WINAPI\\Rectangl.c

   See also:            Pie() LineTo()


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