git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56895
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxRect Inflate(wxCoord dx, wxCoord dy) const;
//@}
wxRect Inflate(wxCoord dx, wxCoord dy) const;
//@}
- Modifies the rectangle to contain the overlapping box of this rectangle
+ Modifies this rectangle to contain the overlapping portion of this rectangle
and the one passed in as parameter.
and the one passed in as parameter.
+
+ @return This rectangle, modified.
- wxRect Intersect(const wxRect& rect) const;
wxRect& Intersect(const wxRect& rect);
wxRect& Intersect(const wxRect& rect);
+
+ /**
+ Returns the overlapping portion of this rectangle and the one passed in as
+ parameter.
+ */
+ wxRect Intersect(const wxRect& rect) const;
/**
Returns @true if this rectangle has a non-empty intersection with the
/**
Returns @true if this rectangle has a non-empty intersection with the