]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/rect.tex
documented static_data parameter of SetAlpha()
[wxWidgets.git] / docs / latex / wx / rect.tex
index b537fd15ac07b551ba1ba13494bed0e6203348f7..8e3c6bf1de5034fdaa109f39ba22effc793da38e 100644 (file)
@@ -239,6 +239,14 @@ Returns {\tt true} if this rectangle has a non empty intersection with the
 rectangle {\it rect} and {\tt false} otherwise.
 
 
+\membersection{wxRect::IsEmpty}\label{wxrectisempty}
+
+\constfunc{bool}{IsEmpty}{}
+
+Returns {\tt true} if this rectangle has a width or height less than or equal to 
+0 and {\tt false} otherwise.
+
+
 \membersection{wxRect::Offset}\label{wxrectoffset}
 
 \func{void}{Offset}{\param{wxCoord }{dx}, \param{wxCoord }{dy}}