Creates a wxRect object from position and size values.
+\func{}{wxRect}{\param{const wxSize\&}{ size}}
+
+Creates a wxRect object from size values at the origin.
+
\membersection{wxRect::x}\label{wxrectx}
\member{int}{x}
\helpref{Deflate}{wxrectdeflate}
-\membersection{wxRect:Inside}\label{wxrectinside}
+\membersection{wxRect::Inside}\label{wxrectinside}
\constfunc{bool}{Inside}{\param{int }{x}, \param{int }{y}}
Returns {\tt true} if the given point is inside the rectangle (or on its
boundary) and {\tt false} otherwise.
-\membersection{wxRect:Intersects}\label{wxrectintersects}
+\membersection{wxRect::Intersects}\label{wxrectintersects}
\constfunc{bool}{Intersects}{\param{const wxRect\& }{rect}}