CDC::InvertRect

This method inverts the contents of the specified rectangle. Inversion is a logical NOT operation and flips the bits of each pixel.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void InvertRect( LPCRECT lpRect );

See Also

CDC::FillRect, CRect