CRect::InflateRect

Call this member function to inflate a CRect object by moving its sides away from its center.

Syntax

void InflateRect( int x, int y );

void InflateRect( SIZE size );

void InflateRect( LPCRECT lpRect );

void InflateRect( int l, int t, int r, int b );

At a Glance

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

See Also

CRect Overview, CRect Member Functions, Simple Value Types, CRect::DeflateRect, CRect::operator +, CRect::operator +=