X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bc5e942bf3972629a0800d1653e20e177d8fa859..6b9c622a2ef9a19cd49c6267a1bd1e29ac404a62:/docs/latex/wx/rect.tex diff --git a/docs/latex/wx/rect.tex b/docs/latex/wx/rect.tex index 4885f61c97..94251a289e 100644 --- a/docs/latex/wx/rect.tex +++ b/docs/latex/wx/rect.tex @@ -10,6 +10,10 @@ None +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxPoint}{wxpoint}, \helpref{wxSize}{wxsize} @@ -268,6 +272,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}} @@ -383,3 +398,4 @@ Like \helpref{Union}{wxrectunion} but don't treat empty rectangles specially. Returns the intersection of two rectangles (which may be empty). +