CRect::operator |

This operator obtains a CRect object that is the union of CRect and rect2. The union is the smallest rectangle that contains both rectangles.

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

CRect operator |( const RECT& rect2 ) const;

See Also

CRect::UnionRect, CRect::operator |=, CRect::operator &, CRect::NormalizeRect