CRect::DeflateRect

Call this member function to deflate a CRect object by moving its sides toward its center.

Syntax

void DeflateRect( int x, int y );

void DeflateRect( SIZE size );

void DeflateRect( LPCRECT lpRect );

void DeflateRect( 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::InflateRect, CRect::operator -, CRect::operator -=