CDC::InvertRect

This member function inverts the contents of the given rectangle. Inversion is a logical NOT operation and flips the bits of each pixel.

Syntax

void InvertRect( LPCRECT lpRect );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::FillRect, CRect