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 - invertrect() inverts the colors of a window rectangle http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 InvertRect()           Inverts the colors of a window rectangle
--------------------------------------------------------------------------------

   Syntax:              InvertRect( <hDC>, <aRect> )  --> nil


   Parameters:

   <hDC>                Identifies the window device context.

   <aRect>              Identifies the rectangle to be inverted:
                        { nTop, nLeft, nBottom, nRight }

   Returns:             nil.

   Observations:        This function inverts the colors of a window
                        rectangle. Basically if performs an xOR operation
                        over the colors. Thus, inverting twice a region
                        will restore the original region colors.

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

   See also:            FillRect()


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