From 8e9674bbd2c0658098ea5354e76d09d0be8e0ce2 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Fri, 11 Jan 2008 18:38:20 +0000 Subject: [PATCH] Backported wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/rect.tex | 11 +++++++++++ 1 file changed, 11 insertions(+) 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}}