CRect::BottomRight

This method obtains a reference to a CPoint object that represents the coordinates of the bottom right corner of a CRect object.

Use this method to either get or set the bottom right corner of the rectangle. Set the corner by using this method on the left side of the assignment operator.

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

CPoint& BottomRight( ); const CPoint& BottomRight( ) const;

See Also

CRect::TopLeft, CPoint