CRect::BottomRight

CPoint& BottomRight( );

const CPoint& BottomRight( ) const;

Return Value

The coordinates of the bottom-right corner of the rectangle.

Remarks

The coordinates are returned as a reference to a CPoint object that is contained in CRect.

You can use this function to either get or set the bottom-right corner of the rectangle. Set the corner by using this function on the left side of the assignment operator.

CRect OverviewClass MembersHierarchy Chart

See Also   CRect::TopLeft, CPoint, CRect::CenterPoint