CDC::InvertRect
Visual Studio 2012
Inverts the contents of the given rectangle.
void InvertRect( LPCRECT lpRect );
Inversion is a logical NOT operation and flips the bits of each pixel. On monochrome displays, the function makes white pixels black and black pixels white. On color displays, the inversion depends on how colors are generated for the display. Calling InvertRect twice with the same rectangle restores the display to its previous colors.
If the rectangle is empty, nothing is drawn.