diff --git a/docs/latex/wx/rect.tex b/docs/latex/wx/rect.tex index a6c97fd2cc..70d9062fe5 100644 --- a/docs/latex/wx/rect.tex +++ b/docs/latex/wx/rect.tex @@ -268,6 +268,17 @@ means: \helpref{Deflate}{wxrectdeflate} +\membersection{wxRect::Intersect}\label{wxrectintersect} + +\constfunc{wxRect}{Intersect}{\param{const wxRect\& }{rect}} + +\func{wxRect\&}{Intersect}{\param{const wxRect\& }{rect}} + +Modifies the rectangle to contain the overlapping box of this rectangle and the +one passed in as parameter. The const version returns the new rectangle, the +other one modifies this rectangle in place. + + \membersection{wxRect::Intersects}\label{wxrectintersects} \constfunc{bool}{Intersects}{\param{const wxRect\& }{rect}}