This member function inverts the contents of the given rectangle. Inversion is a logical NOT operation and flips the bits of each pixel.
void InvertRect( LPCRECT lpRect );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::FillRect, CRect