]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/rect.tex
no real changes, just refactor/simplify the code to remove duplication and unnecessar...
[wxWidgets.git] / docs / latex / wx / rect.tex
index b762d63a6c5086d58a2f1947ef5f60e0ef209ca6..94251a289e3a02dc0f603a3048e63ab8bf381cfe 100644 (file)
@@ -272,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}}
@@ -387,3 +398,4 @@ Like \helpref{Union}{wxrectunion} but don't treat empty rectangles specially.
 
 Returns the intersection of two rectangles (which may be empty).
 
+